We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1eeaa6 commit 4c7b05fCopy full SHA for 4c7b05f
1 file changed
jimp.h
@@ -237,10 +237,11 @@ static bool jimp__get_token(Jimp *jimp)
237
jimp->token = JIMP_STRING;
238
return true;
239
}
240
- default:
+ default: {
241
char x = *jimp->point++;
242
jimp__append_to_string(jimp, x);
243
244
+ }
245
246
jimp->token = JIMP_INVALID;
247
jimp_diagf(jimp, "ERROR: unfinished string\n");
0 commit comments