Update interpreters to latest Garglk codebase
[projects/chimara/chimara.git] / interpreters / nitfol / main.c
index c6d555c6b98dc57927280f1c3c73e17f4a944eb2..79e42bd0273ad0b8b69748649f7962c50b087113 100644 (file)
@@ -13,7 +13,7 @@
 
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
     The author can be reached at nitfol@deja.com
 */
@@ -87,7 +87,8 @@ 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);