aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm/div0.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arm/div0.c')
-rw-r--r--src/arch/arm/div0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/arm/div0.c b/src/arch/arm/div0.c
index afd9dad1f3..e474f73d6e 100644
--- a/src/arch/arm/div0.c
+++ b/src/arch/arm/div0.c
@@ -19,7 +19,7 @@ void __div0(void); // called from asm so no need for a prototype in a header
/* Replacement (=dummy) for GNU/Linux division-by zero handler */
/* recursion is ok here because we have no formats ... */
-void __div0 (void)
+void __div0(void)
{
printk(BIOS_EMERG, "DIVIDE BY ZERO! continuing ...\n");
}