aboutsummaryrefslogtreecommitdiff
path: root/calibrate.c
diff options
context:
space:
mode:
authorChristoph Haag <haagch@frickel.club>2018-01-15 17:10:55 +0100
committerChristoph Haag <haagch@frickel.club>2018-01-15 17:12:40 +0100
commitc570809ce1d1cc1d30ef4db547e6388b3fd80ac1 (patch)
treef293b454dceec027a67b9e670c1c2708e862c438 /calibrate.c
parent91fc90bf9171fe588fd11492bdae7419d5ccd921 (diff)
downloadlibsurvive-c570809ce1d1cc1d30ef4db547e6388b3fd80ac1.tar.gz
libsurvive-c570809ce1d1cc1d30ef4db547e6388b3fd80ac1.tar.bz2
fix various -Wall warnings
Diffstat (limited to 'calibrate.c')
-rw-r--r--calibrate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calibrate.c b/calibrate.c
index cfd3e17..ff3b774 100644
--- a/calibrate.c
+++ b/calibrate.c
@@ -14,7 +14,7 @@
struct SurviveContext * ctx;
int quit = 0;
-static LighthouseCount = 0;
+static int LighthouseCount = 0;
void HandleKey( int keycode, int bDown )
{