Changed build system to Automake. Split Glk code off into a GTK widget.
[projects/chimara/chimara.git] / src / first.c
index 3f004a89c14f5428b1c49d1b614cfdf0c345a855..3f6beccffea3bbe755d076b4407f2883820b3eee 100644 (file)
@@ -65,7 +65,7 @@ static void verb_restore(void);
 /* The glk_main() function is called by the Glk system; it's the main entry
     point for your program. */
 void glk_main(void)
-{
+{      
     /* Open the main window. */
     mainwin = glk_window_open(0, 0, 0, wintype_TextBuffer, 1);
     if (!mainwin) {