summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/command.c b/player/command.c
index 4f0055513d..6a639fd361 100644
--- a/player/command.c
+++ b/player/command.c
@@ -155,7 +155,7 @@ static void hook_remove(struct MPContext *mpctx, struct hook_handler *h)
return;
}
}
- assert(0);
+ MP_UNREACHABLE();
}
bool mp_hook_test_completion(struct MPContext *mpctx, char *type)