Skip to content

Commit aa1f0eb

Browse files
authored
Update show-keybinds.cpp
1 parent 8fbb76c commit aa1f0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/show-keybinds.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ void replace_all(std::string& str, const std::string& from, const std::string& t
2525

2626
std::string parse_binds(const std::string& filepath, const std::string& category) {
2727
std::ifstream file(filepath);
28-
if (!file.is_open()) return ""; // Silently ignore if file doesn't exist
28+
if (!file.is_open()) return "";
2929

3030
std::ostringstream output;
3131
output << " ────────────────── " << category << " ────────────────── \n";

0 commit comments

Comments
 (0)