From a66624f4412cc4b034bb1a925c962a82d14996da Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Wed, 20 Sep 2017 06:42:57 +0200 Subject: [PATCH] Cosmetic --- src/blupi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blupi.cxx b/src/blupi.cxx index 6c74050..a894583 100644 --- a/src/blupi.cxx +++ b/src/blupi.cxx @@ -72,7 +72,7 @@ enum Settings { SETTING_SPEEDRATE = 1 << 1, SETTING_TIMERINTERVAL = 1 << 2, SETTING_RENDERER = 1 << 3, - SETTING_ZOOM = 1 << 4, + SETTING_ZOOM = 1 << 4, }; static int g_settingsOverload = 0;