Fix compiler warning about unused variable set by getch()
[emu8051.git] / src / regwin.h
index ff3bca3..1b24e10 100644 (file)
 #ifndef REGWIN_H
 #define REGWIN_H 1
 
-
 #include <gtk/gtk.h>
 #include "gtksizes.h"
 
-
 GtkWidget *
-regwin_init( int width, int height );
+regwin_init(int width, int height);
 
 void
-regwin_Show( void );
-
+regwin_Show(void);
 
 #endif /* REGWIN_H */