X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Ffirst.c;h=3f6beccffea3bbe755d076b4407f2883820b3eee;hb=0da322b6699ac19cef78a8d6fd146b3720894a8a;hp=3f004a89c14f5428b1c49d1b614cfdf0c345a855;hpb=199d247c0c2155c1c8fca97fcc6087efdd29e482;p=rodin%2Fchimara.git diff --git a/src/first.c b/src/first.c index 3f004a8..3f6becc 100644 --- a/src/first.c +++ b/src/first.c @@ -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) {