diff --git a/simulators/simft990.c b/simulators/simft990.c index f10cf27fb..0ad0c0d8f 100644 --- a/simulators/simft990.c +++ b/simulators/simft990.c @@ -36,7 +36,7 @@ static void load_dat(const char *filename, unsigned char buf[1492]) sscanf(p, "%x", &val); buf[n++] = val; } - while (p = strtok(NULL, " \r\n")); + while ((p = strtok(NULL, " \r\n"))); strtok(s, "\r\n"); //printf("n=%d, %s\n",n,s);