diff options
Diffstat (limited to 'src/platform')
-rw-r--r-- | src/platform/path.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/platform/path.c b/src/platform/path.c index bee4e9c..e49aa3a 100644 --- a/src/platform/path.c +++ b/src/platform/path.c @@ -16,7 +16,5 @@ path_opt path_parent(arena* a, const char* path) { } #endif #ifdef CEL_PLATFORM_WINDOWS -// TODO: path_opt path_parent(const char* path) +path_opt path_parent(arena* a, const char* path) {} #endif - -path_opt path_parent(arena* a, const char* path) {}
\ No newline at end of file |