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