summaryrefslogtreecommitdiffstats
path: root/src/misc/espresso/cvrm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/espresso/cvrm.c')
-rw-r--r--src/misc/espresso/cvrm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/espresso/cvrm.c b/src/misc/espresso/cvrm.c
index 7d42d6e3..f55178e8 100644
--- a/src/misc/espresso/cvrm.c
+++ b/src/misc/espresso/cvrm.c
@@ -357,7 +357,7 @@ int i;
*
* Each function returns TRUE if process is to continue
*/
-foreach_output_function(PLA, func, func1)
+void foreach_output_function(PLA, func, func1)
pPLA PLA;
int (*func)();
int (*func1)();