diff options
author | Erwan Velu <erwan.velu@free.fr> | 2009-10-27 16:32:30 +0100 |
---|---|---|
committer | Erwan Velu <erwan.velu@free.fr> | 2009-10-27 16:32:30 +0100 |
commit | 486ec64c19b8c5d7eca7abfd34bcf696b7701261 (patch) | |
tree | c3b6ce3908a84b1a68b795ddc562d8c428bdf574 /com32/hdt/hdt.c | |
parent | ac729becd4e99890a9fc4e6f543c0ae46fd92b05 (diff) | |
download | syslinux-486ec64c19b8c5d7eca7abfd34bcf696b7701261.tar.gz |
hdt: Removing useless Author Name
Impact: visual
Pierre do much work on it, no need to keep my name everywhere ;)
Diffstat (limited to 'com32/hdt/hdt.c')
-rw-r--r-- | com32/hdt/hdt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/com32/hdt/hdt.c b/com32/hdt/hdt.c index 93c4aae2..e10e56f5 100644 --- a/com32/hdt/hdt.c +++ b/com32/hdt/hdt.c @@ -48,8 +48,8 @@ int main(const int argc, const char *argv[]) const char *arg; struct s_hardware hardware; - snprintf(version_string, sizeof version_string, "%s %s by %s", - PRODUCT_NAME,VERSION,AUTHOR); + snprintf(version_string, sizeof version_string, "%s %s", + PRODUCT_NAME,VERSION); /* Opening the Syslinux console */ console_ansi_raw(); |