Browse Source

Function returns void to match prototype

-Marc <marc@redhat.com>
Marc Ewing 27 years ago
parent
commit
ad8e2a60ec
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tk/tkview.c

+ 1 - 0
tk/tkview.c

@@ -30,6 +30,7 @@
 #include "view.h"
 #include "tkmain.h"
 
+void
 x_init_view (WView *view)
 {
     view->status_shown = 0;