~ruther/CTU-FEE-B0B35APO-Semestral-project

6b3ead3b5bc822121eacc453cc922f4a92cd8637 — František Boháček 4 years ago 8b7f377
fix: endif comment out name of if
1 files changed, 1 insertions(+), 1 deletions(-)

M file-browser/include/extern_file_access.h
M file-browser/include/extern_file_access.h => file-browser/include/extern_file_access.h +1 -1
@@ 28,4 28,4 @@ extern_fileaccess_file_execute(fileaccess_state_t state, file_t *file,
file_operation_error_t extern_fileaccess_file_delete(fileaccess_state_t state,
                                                    char *path);

#endif __EXTERN_FILE_ACCESS_H__
#endif // __EXTERN_FILE_ACCESS_H__