about summary refs log tree commit diff
path: root/converter/other/fiasco/lib/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/fiasco/lib/error.h')
-rw-r--r--converter/other/fiasco/lib/error.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/converter/other/fiasco/lib/error.h b/converter/other/fiasco/lib/error.h
index 4159ccd2..dd6a049f 100644
--- a/converter/other/fiasco/lib/error.h
+++ b/converter/other/fiasco/lib/error.h
@@ -1,6 +1,6 @@
 /*
  *  error.h
- *  
+ *
  *  Written by:     Stefan Frank
  *          Ullrich Hafner
  *
@@ -19,11 +19,11 @@ void
 file_error (const char *filename);
 void
 message (const char *format, ...);
-void 
+void
 debug_message (const char *format, ...);
 void
 warning (const char *format, ...);
-void 
+void
 info (const char *format, ...);
 const char *
 get_system_error (void);