- Timestamp:
- 11/01/09 11:46:48 (3 years ago)
- Children:
- a7f6dd2b9fc3f8ad29a05135c99288156961329b
- Parents:
- c9118b9eb373ccfacaee9866e3344fce14eee5af
- git-committer:
- Erwan Velu <erwan.velu@free.fr> / 2009-11-01T12:46:48Z+0100
- Files:
-
- 1 modified
-
com32/hdt/hdt-cli-hdt.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
com32/hdt/hdt-cli-hdt.c
r486ec6 r57689f 238 238 { 239 239 printf("HDT\n"); 240 printf(" Product : %s\n", PRODUCT_NAME); 241 printf(" Version : %s\n", VERSION); 242 printf(" Author : %s\n", AUTHOR); 243 printf(" Contact : %s\n", CONTACT); 240 printf(" Product : %s\n", PRODUCT_NAME); 241 printf(" Version : %s\n", VERSION); 242 printf(" Project Leader : %s\n", AUTHOR); 243 printf(" Contact : %s\n", CONTACT); 244 printf(" Core Developer : %s\n", CORE_DEVELOPER); 244 245 char *contributors[NB_CONTRIBUTORS] = CONTRIBUTORS; 245 246 for (int c = 0; c < NB_CONTRIBUTORS; c++) { 246 printf(" Contributor : %s\n", contributors[c]);247 printf(" Contributor : %s\n", contributors[c]); 247 248 } 248 249 }
