From: Pasi Kallinen Date: Wed, 30 Dec 2015 15:41:48 +0000 (+0200) Subject: Another tiny formatting fix X-Git-Tag: NetHack-3.6.1_RC01~1093 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7be8e1f8bb0fe47df3e62788f02583d3f4874fcb;p=nethack Another tiny formatting fix --- diff --git a/include/global.h b/include/global.h index 2674c92b7..0a4c76ac5 100644 --- a/include/global.h +++ b/include/global.h @@ -318,9 +318,7 @@ struct savefile_info { #define PL_NSIZ 32 /* name of player, ghost, shopkeeper */ #define PL_CSIZ 32 /* sizeof pl_character */ #define PL_FSIZ 32 /* fruit name */ -#define PL_PSIZ \ - 63 /* player-given names for pets, other \ - * monsters, objects */ +#define PL_PSIZ 63 /* player-given names for pets, other monsters, objects */ #define MAXDUNGEON 16 /* current maximum number of dungeons */ #define MAXLEVEL 32 /* max number of levels in one dungeon */