Index: kernel/arch/mips32/src/interrupt.c
===================================================================
--- kernel/arch/mips32/src/interrupt.c	(revision 5d976276001b397849e42efba118c5da9bc3ab7f)
+++ kernel/arch/mips32/src/interrupt.c	(revision 159776f796896afa6b2824920bfa93d489d87e6a)
@@ -48,5 +48,5 @@
 
 /** Table of interrupt handlers. */
-int_handler_t int_handler[MIPS_INTERRUPTS] = {};
+int_handler_t int_handler[MIPS_INTERRUPTS] = { };
 
 /** Disable interrupts.
