diff options
| author | Tomoyuki Sahara <[email protected]> | 2013-03-13 09:56:02 +0900 |
|---|---|---|
| committer | Tomoyuki Sahara <[email protected]> | 2013-03-13 09:56:02 +0900 |
| commit | b67fb972f4a2dbc0f799bf71d1ef1c7b959fb3c2 (patch) | |
| tree | 2e05af92845e8954fda7d5a156ce86ff32c63055 /test | |
| parent | 7103e032746df1b4359f6e6a6bb117ad7a434aa1 (diff) | |
| parent | 2134d6b4273988c06eadeea737c8cd425550e572 (diff) | |
| download | mruby-b67fb972f4a2dbc0f799bf71d1ef1c7b959fb3c2.tar.gz mruby-b67fb972f4a2dbc0f799bf71d1ef1c7b959fb3c2.zip | |
Merge branch 'master' into pr-systemcallerror
Diffstat (limited to 'test')
| -rw-r--r-- | test/driver.c | 3 |
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"); |
