comparison sidinfo.c @ 189:77eb019b7386

Deconstify.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Jul 2018 08:58:51 +0300
parents 489eb428cf65
children d26bc1adfd14
comparison
equal deleted inserted replaced
188:489eb428cf65 189:77eb019b7386
968 (void) err; 968 (void) err;
969 fprintf(stderr, "%s", msg); 969 fprintf(stderr, "%s", msg);
970 } 970 }
971 971
972 972
973 BOOL argHandleFile(const char *filename) 973 BOOL argHandleFile(char *filename)
974 { 974 {
975 PSIDHeader *psid = NULL; 975 PSIDHeader *psid = NULL;
976 th_ioctx *inFile = NULL; 976 th_ioctx *inFile = NULL;
977 FILE *outFile; 977 FILE *outFile;
978 BOOL shown = FALSE; 978 BOOL shown = FALSE;