summaryrefslogtreecommitdiff
path: root/userland/libc/stdio/rename.c
diff options
context:
space:
mode:
Diffstat (limited to 'userland/libc/stdio/rename.c')
-rw-r--r--userland/libc/stdio/rename.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/userland/libc/stdio/rename.c b/userland/libc/stdio/rename.c
index a02cacb..676fd8c 100644
--- a/userland/libc/stdio/rename.c
+++ b/userland/libc/stdio/rename.c
@@ -5,5 +5,5 @@ int rename(const char *old, const char *new) {
(void)old;
(void)new;
assert(0); // TODO: Implement
- return 0;
+ return 0;
}