diff options
Diffstat (limited to 'sim/common/run.c')
-rw-r--r-- | sim/common/run.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/run.c b/sim/common/run.c index dda0ef7..8d2ee6a 100644 --- a/sim/common/run.c +++ b/sim/common/run.c @@ -352,7 +352,7 @@ usage (int help) exit (help ? 0 : 1); } -static void +static void print_version () { printf ("GNU simulator %s%s\n", PKGVERSION, version); |