Add missing semicolon

This commit is contained in:
Khairul Kasmiran 2019-10-09 00:21:09 +08:00
parent e3086a8940
commit 881814575e

View File

@ -406,7 +406,7 @@ R_API void r_core_clippy(RCore *core, const char *msg) {
if (!space) {
return;
}
type = (*msg == '+')? R_AVATAR_ORANGG: R_AVATAR_CYBCAT
type = (*msg == '+')? R_AVATAR_ORANGG: R_AVATAR_CYBCAT;
msg = space + 1;
}
const char *f;