From 6b3ead3b5bc822121eacc453cc922f4a92cd8637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Thu, 24 Jun 2021 07:41:09 +0200 Subject: [PATCH] fix: endif comment out name of if --- file-browser/include/extern_file_access.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file-browser/include/extern_file_access.h b/file-browser/include/extern_file_access.h index 003da399288b9db99586a49d6685c1d07dbb689e..93eb50d368bedb666f92938cf0cef95b069a28b8 100644 --- a/file-browser/include/extern_file_access.h +++ b/file-browser/include/extern_file_access.h @@ -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__