OSDN Git Service

[Refactor] Fixed a little in autopick-describer.c
authorHourier <hourier@users.sourceforge.jp>
Sat, 2 May 2020 04:34:04 +0000 (13:34 +0900)
committerHourier <hourier@users.sourceforge.jp>
Sat, 2 May 2020 04:34:04 +0000 (13:34 +0900)
src/autopick/autopick-describer.c

index b75853f..495f19d 100644 (file)
@@ -590,7 +590,7 @@ void describe_autopick(char *buff, autopick_type *entry)
        describer.body_str = _("アイテム", "items");
 #ifdef JP
        describe_autpick_jp(buff, entry, &describer);
-#else /* JP */
+#else
        describe_autopick_en(buff, entry, &describer);
-#endif /* JP */
+#endif
 }