]> granicus.if.org Git - nethack/commitdiff
Fix up errors from mass manual conflict resolution
authorDerek S. Ray <derekray@gmail.com>
Mon, 6 Apr 2015 21:17:30 +0000 (17:17 -0400)
committerDerek S. Ray <derekray@gmail.com>
Mon, 6 Apr 2015 21:18:48 +0000 (17:18 -0400)
win/tty/wintty.c

index 0aaf9e92dc285e0d1168a91374a61a561cf1877a..af42dc4579c5c6b766647622cf89c01ccab2204e 100644 (file)
@@ -2204,6 +2204,10 @@ tty_putstr(window, attr, str)
                cw->data[cw->cury-1][++i] = '\0';
                tty_putstr(window, attr, &str[i]);
            }
+       }
+       break;
+    }
+}
 
        }
        break;