summaryrefslogtreecommitdiff
path: root/apps/system/nxplayer/nxplayer_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/nxplayer/nxplayer_main.c')
-rw-r--r--apps/system/nxplayer/nxplayer_main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/system/nxplayer/nxplayer_main.c b/apps/system/nxplayer/nxplayer_main.c
index 48a9a2bfa..6b2502c29 100644
--- a/apps/system/nxplayer/nxplayer_main.c
+++ b/apps/system/nxplayer/nxplayer_main.c
@@ -591,7 +591,11 @@ static int nxplayer_cmd_help(FAR struct nxplayer_s *pPlayer, char* parg)
*
**************************************************************************/
+#ifdef CONFIG_BUILD_KERNEL
+int main(int argc, FAR char **argv)
+#else
int nxplayer_main(int argc, char *argv[])
+#endif
{
char buffer[64];
int len, x, running;