]> granicus.if.org Git - nethack/commitdiff
Fix "would flyif you weren't levitating" - missing space
authorcopperwater <aosdict@gmail.com>
Wed, 26 Sep 2018 03:14:45 +0000 (23:14 -0400)
committercopperwater <aosdict@gmail.com>
Wed, 26 Sep 2018 03:14:45 +0000 (23:14 -0400)
src/cmd.c

index 1c65ec71f5797d92d5d56b9c690bf00a1efcae38..abce5be26e676a0097464a219f8b2a72e6f8920a 100644 (file)
--- a/src/cmd.c
+++ b/src/cmd.c
@@ -494,7 +494,7 @@ doextlist(VOID_ARGS)
                 onelist = 1 - onelist;  /* toggle 0 -> 1, 1 -> 0 */
                 redisplay = TRUE;
                 break;
-           }                
+           }
             free((genericptr_t) selected);
         } else {
             search = FALSE;
@@ -2468,7 +2468,7 @@ int final;
         if (Flying)
             enl_msg(You_, "would fly", "would have flown",
                     Levitation
-                       ? "if you weren't levitating"
+                       ? " if you weren't levitating"
                        : (save_BFly == FROMOUTSIDE)
                           ? if_surroundings_permitted
                           /* both surroundings and [latent] levitation */