mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-14 05:10:35 +01:00
nm-sudo: drop semicolon after _nm_log() macro
This commit is contained in:
parent
864bfb4052
commit
292cf4c42f
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ static void _pending_job_register_object(GlobalData *gl, GObject *obj);
|
|||
|
||||
/*****************************************************************************/
|
||||
|
||||
#define _nm_log(level, ...) _nm_log_simple_printf((level), __VA_ARGS__);
|
||||
#define _nm_log(level, ...) _nm_log_simple_printf((level), __VA_ARGS__)
|
||||
|
||||
#define _NMLOG(level, ...) \
|
||||
G_STMT_START \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue