From 7be8e1f8bb0fe47df3e62788f02583d3f4874fcb Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 30 Dec 2015 17:41:48 +0200 Subject: [PATCH] Another tiny formatting fix --- include/global.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 */