diff --git a/src/fs_stat.hpp b/src/fs_stat.hpp index 40df4e17..0ae3a1c9 100644 --- a/src/fs_stat.hpp +++ b/src/fs_stat.hpp @@ -98,7 +98,7 @@ namespace fs return rv; } - die("Should never reach this"); + DIE("Should never reach this"); return -EINVAL; } }