summaryrefslogtreecommitdiffstats
path: root/options/parse_configfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'options/parse_configfile.c')
-rw-r--r--options/parse_configfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/parse_configfile.c b/options/parse_configfile.c
index 627c466948..1ef256989f 100644
--- a/options/parse_configfile.c
+++ b/options/parse_configfile.c
@@ -176,7 +176,7 @@ static bstr read_file(struct mp_log *log, const char *filename)
}
size += s;
}
- assert(0);
+ MP_UNREACHABLE();
}
// Load options and profiles from from a config file.