mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 02:30:52 +00:00
Merge pull request #11859 from liwg06/master.fix.extra.semicolon
lib: Fix extra semicolon after if
This commit is contained in:
commit
d4fc18584b
@ -134,7 +134,6 @@ int frr_sigevent_process(void)
|
|||||||
|
|
||||||
#ifdef SIGEVENT_BLOCK_SIGNALS
|
#ifdef SIGEVENT_BLOCK_SIGNALS
|
||||||
if (sigprocmask(SIG_UNBLOCK, &oldmask, NULL) < 0)
|
if (sigprocmask(SIG_UNBLOCK, &oldmask, NULL) < 0)
|
||||||
;
|
|
||||||
return -1;
|
return -1;
|
||||||
#endif /* SIGEVENT_BLOCK_SIGNALS */
|
#endif /* SIGEVENT_BLOCK_SIGNALS */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user