We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9fa0c commit 44c25e6Copy full SHA for 44c25e6
2 files changed
extras/backends/mem/fs_mem.c
@@ -1337,4 +1337,4 @@ static fs_backend fs_mem_backend =
1337
};
1338
const fs_backend* FS_MEM = &fs_mem_backend;
1339
1340
-#endif /* fs_mem_c. */
+#endif /* fs_mem_c. */
extras/backends/mem/fs_mem.h
@@ -20,4 +20,4 @@ extern const fs_backend* FS_MEM;
20
#if defined(__cplusplus)
21
}
22
#endif
23
-#endif /* fs_mem_h */
+#endif /* fs_mem_h */
0 commit comments