From 7c68cb252bb79a479f7adda3bdcf876c59b45961 Mon Sep 17 00:00:00 2001 From: ellson Date: Mon, 23 Feb 2009 16:16:28 +0000 Subject: [PATCH] =?utf8?q?Janitor:=20fix=20more:=20"warning:=20function=20?= =?utf8?q?declaration=20isn=E2=80=99t=20a=20prototype"?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- cmd/smyrna/glexpose.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/smyrna/glexpose.h b/cmd/smyrna/glexpose.h index ff7790e04..e49ceb39c 100644 --- a/cmd/smyrna/glexpose.h +++ b/cmd/smyrna/glexpose.h @@ -21,8 +21,8 @@ int glupdatecamera(ViewInfo * v); int glexpose_main(ViewInfo * v); void glexpose_grid(ViewInfo * v); int glexpose_drawgraph(ViewInfo * view); -void drawRotatingTools(); -void drawtestpoly(); +void drawRotatingTools(void); +void drawtestpoly(void); #endif -- 2.40.0