diff --git a/src/misc.c b/src/misc.c
index 7ba00e7..c86a52e 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -64,7 +64,8 @@ checkVersion()
     }
 }
 
-int countIntLength(int number)
+int
+countIntLength(int number)
 {
     int returning = 1;
     int buffer = 10;