Inspired by #17, compared our Nitfol source to the source from its last
[rodin/chimara.git] / interpreters / nitfol / main.c
index cbd8cdeac9b1996059b6101c955f4a9cdcdb9a96..c6d555c6b98dc57927280f1c3c73e17f4a944eb2 100644 (file)
@@ -19,7 +19,7 @@
 */
 #include "nitfol.h"
 
-#include <libchimara/gi_blorb.h>
+#include "gi_blorb.h"
 
 
 static void set_zfile(strid_t file)
@@ -87,8 +87,7 @@ int game_use_file(strid_t file)
 
 void glk_main(void)
 {
-  if(!current_zfile)
-  {
+  if(!current_zfile) {
     winid_t tempwin;
     tempwin = glk_window_open(0, 0, 100, wintype_TextBuffer, 0);
        glk_set_window(tempwin);