Mercurial > dropbear
diff common-runopts.c @ 948:f92eb625c48d
- Don't use multichar constants since recent gcc complains
- Add release script
- Simplify print_version
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 27 Jul 2014 22:55:29 +0800 |
parents | 17d874ae93a1 |
children | 750ec4ec4cbe |
line wrap: on
line diff
--- a/common-runopts.c Sun Jul 27 22:25:18 2014 +0800 +++ b/common-runopts.c Sun Jul 27 22:55:29 2014 +0800 @@ -106,8 +106,8 @@ } #endif -void print_version(const char* name) { - fprintf(stderr, "Dropbear %s v%s\n", name, DROPBEAR_VERSION); +void print_version() { + fprintf(stderr, "Dropbear v%s\n", DROPBEAR_VERSION); }