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:
parent
49ae67cba3
commit
55c9286dea
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user