diff options
Diffstat (limited to 'src/fruits/ctv')
| -rw-r--r-- | src/fruits/ctv/ctv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fruits/ctv/ctv.c b/src/fruits/ctv/ctv.c index 452cd39..d8094c3 100644 --- a/src/fruits/ctv/ctv.c +++ b/src/fruits/ctv/ctv.c @@ -45,7 +45,7 @@ static s32 log_callback(void *userdata, u8 level, char *message) static struct ctv c = { 0 }; -s32 window_system_main(s32 argc, str *argv) +s32 stl_platform_main(u32 argc, str *argv) { (void)argc; (void)argv; |