Added lib/silcapputil for SILC application specific util routines.
[runtime.git] / lib / silcutil / silclog.c
index 53f70919e5b3ad0bbf6cc5786ad3db56226c196f..02e0281c345589ded7deaa812c6a68179536d6f8 100644 (file)
@@ -216,8 +216,8 @@ void silc_log_output(SilcLogType type, char *string)
 
 /* Set and initialize the specified log file. */
 
-SilcBool silc_log_set_file(SilcLogType type, char *filename, SilcUInt32 maxsize,
-                      SilcSchedule scheduler)
+SilcBool silc_log_set_file(SilcLogType type, char *filename,
+                          SilcUInt32 maxsize, SilcSchedule scheduler)
 {
   FILE *fp = NULL;
   SilcLog log;