diff options
-rw-r--r-- | ipc/ipc_message_macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_message_macros.h b/ipc/ipc_message_macros.h index c669adb..ea8f7a8 100644 --- a/ipc/ipc_message_macros.h +++ b/ipc/ipc_message_macros.h @@ -996,8 +996,8 @@ ipc_message__.type()) #define IPC_END_MESSAGE_MAP() \ - DCHECK(msg_is_ok__); \ } \ + DCHECK(msg_is_ok__); \ } #define IPC_END_MESSAGE_MAP_EX() \ |