1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-06-02 17:08:16 +03:00

Remove redundant (potentially harmful) semicolon

This commit is contained in:
Marian Csontos 2012-08-02 11:38:19 +02:00
parent 49ae67cba3
commit 55c9286dea

View File

@ -77,7 +77,7 @@ static const int sep = '/';
p->tb - p->fb + 1, p->line); \ p->tb - p->fb + 1, p->line); \
return 0;\ return 0;\
} \ } \
} while(0); } while(0)
static int _tok_match(const char *str, const char *b, const char *e) static int _tok_match(const char *str, const char *b, const char *e)
{ {