OSDN Git Service

メーセージ中の無駄なスペース削除。
authormogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 27 Apr 2002 18:39:22 +0000 (18:39 +0000)
committermogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 27 Apr 2002 18:39:22 +0000 (18:39 +0000)
src/autopick.c

index 8b80910..647b4f8 100644 (file)
@@ -1070,28 +1070,28 @@ static void describe_autopick(char *buff, autopick_type *entry)
        /*** First rank spellbooks ***/
        if (IS_FLG(FLG_FIRST))
        {
-               before_str[before_n++] = "first one of four ";
+               before_str[before_n++] = "first one of four";
                body_str = "spellbooks";
        }
 
        /*** Second rank spellbooks ***/
        if (IS_FLG(FLG_SECOND))
        {
-               before_str[before_n++] = "second one of four ";
+               before_str[before_n++] = "second one of four";
                body_str = "spellbooks";
        }
 
        /*** Third rank spellbooks ***/
        if (IS_FLG(FLG_THIRD))
        {
-               before_str[before_n++] = "third one of four ";
+               before_str[before_n++] = "third one of four";
                body_str = "spellbooks";
        }
 
        /*** Fourth rank spellbooks ***/
        if (IS_FLG(FLG_FOURTH))
        {
-               before_str[before_n++] = "fourth one of four ";
+               before_str[before_n++] = "fourth one of four";
                body_str = "spellbooks";
        }