From 15d2a8724930bfb3d87f20b286391d4133d42d98 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 23 May 2021 20:45:19 +0000 Subject: Updates for SDL2 --- src/config.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/config.c') diff --git a/src/config.c b/src/config.c index ba3db5b..4d92d70 100644 --- a/src/config.c +++ b/src/config.c @@ -23,16 +23,12 @@ Config file */ -static const char ident[]="$Id$"; - #include #include #include #include "exit.h" #include "config.h" -static const char ident_h[]=ESPEC_CONFIG_H; - #ifndef TRUE #define TRUE 1 #endif @@ -90,8 +86,8 @@ static void Parse(FILE *fp) char *t1=NULL; char *t2=NULL; - t1=strtok(buff,"\t"); - t2=strtok(NULL,"\t"); + t1=strtok(buff,"\t "); + t2=strtok(NULL,"\t "); if (t2) { -- cgit v1.2.3