aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-03-10 10:34:25 +0000
committerGinger Bill <bill@gingerbill.org>2017-03-10 10:34:25 +0000
commit0fcbda951aea462248304a7e16f5c4eb9da9939d (patch)
treea15d1460e71d5dd8878d3feba7c23d188ee430f4 /src/main.c
parente2734a2dc676d236757801973c6786d3d3e6bbee (diff)
Finally fix signed integer conversion and printing
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 5cb6e6e7c..d44f28b75 100644
--- a/src/main.c
+++ b/src/main.c
@@ -4,7 +4,6 @@ extern "C" {
#define USE_CUSTOM_BACKEND false
-
#include "common.c"
#include "timings.c"
#include "build_settings.c"