From d46b8bc54ee912a741e727a66fe011d4482ec086 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Thu, 13 Jun 2024 21:31:58 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_main.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_main.h b/include/SDL3/SDL_main.h index b4c5b532b..a6801075c 100644 --- a/include/SDL3/SDL_main.h +++ b/include/SDL3/SDL_main.h @@ -470,8 +470,9 @@ typedef int (SDLCALL *SDL_main_func)(int argc, char *argv[]); * * \param argc an ANSI-C style main function's argc. * \param argv an ANSI-C style main function's argv. - * \returns Generally 0 is considered successful program completion, small - * non-zero values are considered errors. + * \returns an ANSI-C main return code; generally 0 is considered successful + * program completion, and small non-zero values are considered + * errors. * * \threadsafety This is the program entry point. *