diff --git a/libr/core/cmd_help.c b/libr/core/cmd_help.c index 3103afc8e4..32f7d1b85e 100644 --- a/libr/core/cmd_help.c +++ b/libr/core/cmd_help.c @@ -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;