aboutsummaryrefslogtreecommitdiff
path: root/src/util/et/et_h.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/et/et_h.pl')
-rw-r--r--src/util/et/et_h.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/et/et_h.pl b/src/util/et/et_h.pl
index e0965de..5ab8e8b 100644
--- a/src/util/et/et_h.pl
+++ b/src/util/et/et_h.pl
@@ -203,7 +203,7 @@ else {
&Pick('>', $outfile) &&
(print $fh 'extern void initialize_' . $table_name .
- '_error_table () /*@modifies internalState@*/;');
+ '_error_table (void) /*@modifies internalState@*/;');
&Pick('>', $outfile) &&
(print $fh '#else');
&Pick('>', $outfile) &&