summaryrefslogtreecommitdiffstats
path: root/l10ntools/inc/cfglex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc/cfglex.hxx')
-rw-r--r--l10ntools/inc/cfglex.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/l10ntools/inc/cfglex.hxx b/l10ntools/inc/cfglex.hxx
index bc474a09bba7..af0324f64220 100644
--- a/l10ntools/inc/cfglex.hxx
+++ b/l10ntools/inc/cfglex.hxx
@@ -24,10 +24,10 @@
#include <stdio.h>
-extern "C" void workOnTokenSet( int, char* );
-extern "C" FILE * init(int, char **);
+extern "C" void workOnTokenSet(int, char*);
+extern "C" FILE* init(int, char**);
-void yyerror(char const *);
+void yyerror(char const*);
#endif