1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-01 09:47:48 +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); \
return 0;\
} \
} while(0);
} while(0)
static int _tok_match(const char *str, const char *b, const char *e)
{