Browse Source

fs_stat.hpp

nix-debugging
Antonio SJ Musumeci 2 days ago
parent
commit
989b2450f6
  1. 2
      src/fs_stat.hpp

2
src/fs_stat.hpp

@ -98,7 +98,7 @@ namespace fs
return rv;
}
die("Should never reach this");
DIE("Should never reach this");
return -EINVAL;
}
}
Loading…
Cancel
Save