Show
Ignore:
Timestamp:
10/27/09 15:32:30 (3 years ago)
Author:
Erwan Velu <erwan.velu@…>
Children:
3fc3126d0c7df5701680e043c34f200166f24564
Parents:
ac729becd4e99890a9fc4e6f543c0ae46fd92b05
git-committer:
Erwan Velu <erwan.velu@free.fr> / 2009-10-27T16:32:30Z+0100
Message:

hdt: Removing useless Author Name

Impact: visual

Pierre do much work on it, no need to keep my name everywhere ;)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • com32/hdt/hdt-cli-hdt.c

    ra872cb r486ec6  
    192192{ 
    193193        char version_string[256]; 
    194         snprintf(version_string, sizeof version_string, "%s %s by %s", 
    195                  PRODUCT_NAME, VERSION, AUTHOR); 
     194        snprintf(version_string, sizeof version_string, "%s %s", 
     195                 PRODUCT_NAME, VERSION); 
    196196        start_menu_mode(hardware, version_string); 
    197197        return;