Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
fix(file): fix stupid typo againgit push
Browse files Browse the repository at this point in the history
  • Loading branch information
h4rl committed May 17, 2024
1 parent c828a9f commit d394e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exmeteo/file.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#error "Unsupported Operating System, use a normal os, loser"
#endif

bool dir_exist(const char *dirname);
bool dir_exists(const char *dirname);
bool file_exists(const char *filename);
int create_dir(const char *dirname);
char *get_path(const char *filename);
Expand Down

0 comments on commit d394e2f

Please sign in to comment.