removed duplicate definition of global variable
authorHolger Schemel <info@artsoft.org>
Fri, 31 Jan 2020 16:10:33 +0000 (17:10 +0100)
committerHolger Schemel <info@artsoft.org>
Tue, 19 May 2020 16:12:54 +0000 (18:12 +0200)
commit81dbde8a570a94dd2e938eff2f52dc5a3ecced21
treedb36ff952508ff04f42174f21075097c98bcbb4c
parent51e5ca986149d2d21194287f11ca3a8f8c05d84e
removed duplicate definition of global variable

This would cause a compilation error with GCC 10, where "-fno-common"
is set by default.
src/main.c