mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-26 15:54:59 +00:00
Add missing semicolon
This commit is contained in:
parent
e3086a8940
commit
881814575e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user