summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorkano4 <[email protected]>2013-03-12 22:59:39 +0900
committerkano4 <[email protected]>2013-03-12 22:59:39 +0900
commitd25af7ccf9bb80315749097d2a6968a2569394bf (patch)
tree95aabe1cf59f425df1b19df27a21f4441478a1b8 /test
parentf63cd331da6257f9b44778dabff60be55b0721fa (diff)
downloadmruby-d25af7ccf9bb80315749097d2a6968a2569394bf.tar.gz
mruby-d25af7ccf9bb80315749097d2a6968a2569394bf.zip
Add static declaration
Diffstat (limited to 'test')
-rw-r--r--test/driver.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/driver.c b/test/driver.c
index 5183145b4..eda82a7f2 100644
--- a/test/driver.c
+++ b/test/driver.c
@@ -17,7 +17,8 @@ void
mrb_init_mrbtest(mrb_state *);
/* Print a short remark for the user */
-void print_hint(void)
+static void
+print_hint(void)
{
printf("mrbtest - Embeddable Ruby Test\n");
printf("\nThis is a very early version, please test and report errors.\n");