From 7044cf8fdf11fb3a87a0406ed0d0267af144ee64 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 4 Dec 2017 20:30:03 +0100 Subject: [PATCH] chg: double defines.. --- client/reveng/preset.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/reveng/preset.c b/client/reveng/preset.c index 565a1ce10..8aeb8cc88 100644 --- a/client/reveng/preset.c +++ b/client/reveng/preset.c @@ -725,7 +725,6 @@ static const struct malias aliases[] = { static const struct mpreset models[] = { { 0UL, 0, 0, P_BE, 0, 0, 0, NULL }, /* terminating entry */ }; -# define NPRESETS 0 static const struct malias aliases[] = { {NULL, NULL }, /* terminating entry */ @@ -794,7 +793,7 @@ void mbynum(model_t *dest, int num) { int mcount(void) { /* Returns the number of preset models. */ - return(NPRESETS); + return (NPRESETS); } char * mnames(void) {