summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2012-08-02 11:38:19 +0200
committerMarian Csontos <mcsontos@redhat.com>2012-08-02 16:50:37 +0200
commit55c9286dea6b7d77338b4663d67337ca5a7b2b55 (patch)
treef52dcdd11bd6bc4ca127f73032c1d6a5d9e4df2c
parent49ae67cba364e7fba0d0715c4350f28239d42a68 (diff)
downloadlvm2-55c9286dea6b7d77338b4663d67337ca5a7b2b55.tar.gz
lvm2-55c9286dea6b7d77338b4663d67337ca5a7b2b55.tar.xz
lvm2-55c9286dea6b7d77338b4663d67337ca5a7b2b55.zip
Remove redundant (potentially harmful) semicolon
-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)
{