diff mcabber/src/utils.c @ 952:527d6f234924

Small code cleanup
author Mikael Berthe <mikael@lilotux.net>
date Sat, 26 Aug 2006 21:13:13 +0200
parents fe57dd753a56
children 5b01de4ac5e1
line wrap: on
line diff
--- a/mcabber/src/utils.c	Mon Aug 21 21:28:58 2006 +0200
+++ b/mcabber/src/utils.c	Sat Aug 26 21:13:13 2006 +0200
@@ -44,7 +44,7 @@
 static int DebugEnabled;
 static char *FName;
 
-void ut_InitDebug(unsigned int level, const char *filename)
+void ut_InitDebug(int level, const char *filename)
 {
   FILE *fp;
   struct stat buf;