summaryrefslogtreecommitdiff
path: root/src/config_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config_file.c')
-rw-r--r--src/config_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config_file.c b/src/config_file.c
index b0ffd6116..168dd5483 100644
--- a/src/config_file.c
+++ b/src/config_file.c
@@ -21,7 +21,7 @@
#include <sys/types.h>
#include <regex.h>
-GIT__USE_STRMAP;
+GIT__USE_STRMAP
typedef struct cvar_t {
struct cvar_t *next;