summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt.c
diff options
context:
space:
mode:
authorPierre-Alexandre Meyer <pierre@ning.com>2009-10-27 13:04:31 -0700
committerPierre-Alexandre Meyer <pierre@ning.com>2009-10-27 13:04:31 -0700
commit57c8555003f53800da1bb93a765d80678ae230ae (patch)
treeab40516182979cff6e3a7d2c5846bc6065aca4b1 /com32/hdt/hdt.c
parent47ac912cd5d8df0a96b8f5b98d7476f7cfb1cb19 (diff)
parent3fc3126d0c7df5701680e043c34f200166f24564 (diff)
downloadsyslinux-57c8555003f53800da1bb93a765d80678ae230ae.tar.gz
Merge commit 'erwan/master' into hdt-0.3.5
Diffstat (limited to 'com32/hdt/hdt.c')
-rw-r--r--com32/hdt/hdt.c4
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();