aboutsummaryrefslogtreecommitdiffstats
path: root/com32/elflink/modules/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'com32/elflink/modules/hello.c')
-rw-r--r--com32/elflink/modules/hello.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/com32/elflink/modules/hello.c b/com32/elflink/modules/hello.c
index 3db23536..cba63e2e 100644
--- a/com32/elflink/modules/hello.c
+++ b/com32/elflink/modules/hello.c
@@ -14,8 +14,7 @@
#define NUM_COUNT 10
#define MAX_NUM 100
-//static int hello_main(int argc, char **argv)
-int hello_main(int argc, char **argv)
+static int hello_main(int argc, char **argv)
{
int *nums = NULL;
int i;