From 55c9286dea6b7d77338b4663d67337ca5a7b2b55 Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Thu, 2 Aug 2012 11:38:19 +0200 Subject: Remove redundant (potentially harmful) semicolon --- libdm/libdm-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit