diff --git a/build/detect-glob-period.c b/build/detect-glob-period.c index 717587a65..aa9665681 100644 --- a/build/detect-glob-period.c +++ b/build/detect-glob-period.c @@ -1,6 +1,6 @@ #include int main(void) { - int x = GLOB_PERIOD - return 0 + int x = GLOB_PERIOD; + return 0; }