diff --git a/nx/include/switch/kernel/ipc.h b/nx/include/switch/kernel/ipc.h
index 5ac4bb84..048c1d55 100644
--- a/nx/include/switch/kernel/ipc.h
+++ b/nx/include/switch/kernel/ipc.h
@@ -98,7 +98,7 @@ typedef struct {
  * @param cmd IPC command structure.
  */
 static inline void ipcInitialize(IpcCommand* cmd) {
-    *cmd = (IpcCommand){0};
+    *cmd = (IpcCommand){};
 }
 
 /// IPC buffer descriptor.