From 5856367d228f1ed536984e7225e9f5e3da078ce3 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Wed, 24 May 2017 17:29:50 -0700 Subject: [PATCH] Add missing void declaration. --- src/dbgtool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dbgtool.c b/src/dbgtool.c index ae553ab..6212eb1 100755 --- a/src/dbgtool.c +++ b/src/dbgtool.c @@ -743,7 +743,7 @@ sff(LispPTR laddr) /*****************************************************************/ #define DUMPSIZE 40 #define FNOVERHEADWORDS (8) -nt(LispPTR index) +void nt(LispPTR index) /* atom index */ { struct fnhead *fnobj;