summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libdm/libdm-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdm/libdm-config.c b/libdm/libdm-config.c
index 84574979..2423f9b6 100644
--- a/libdm/libdm-config.c
+++ b/libdm/libdm-config.c
@@ -77,7 +77,7 @@ static const int sep = '/';
p->tb - p->fb + 1, p->line); \
return 0;\
} \
-} while(0);
+} while(0)
static int _tok_match(const char *str, const char *b, const char *e)
{