Skip to content

Commit

Permalink
missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkor333 committed Dec 30, 2024
1 parent c08df75 commit fcdc2a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/detect-glob-period.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <glob.h>

int main(void) {
int x = GLOB_PERIOD
return 0
int x = GLOB_PERIOD;
return 0;
}

0 comments on commit fcdc2a0

Please sign in to comment.