about summary refs log tree commit diff
path: root/Src/makepro.awk
diff options
context:
space:
mode:
Diffstat (limited to 'Src/makepro.awk')
-rw-r--r--Src/makepro.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/makepro.awk b/Src/makepro.awk
index 3306d41d4..ee302eada 100644
--- a/Src/makepro.awk
+++ b/Src/makepro.awk
@@ -146,7 +146,7 @@ END {
 	printf "\n"
 	printf "#ifndef GLOBAL_PROTOTYPES\n"
 	printf "\n"
-	printf locals
+	print locals
 	printf "\n"
 	printf "#endif /* !GLOBAL_PROTOTYPES */\n"
     }