r2807 - trunk/src/host/dfu-util/src

laforge at sita.openmoko.org laforge at sita.openmoko.org
Thu Aug 23 10:32:00 CEST 2007


Author: laforge
Date: 2007-08-23 10:31:55 +0200 (Thu, 23 Aug 2007)
New Revision: 2807

Modified:
   trunk/src/host/dfu-util/src/main.c
Log:
version number printout has not been implemented yet


Modified: trunk/src/host/dfu-util/src/main.c
===================================================================
--- trunk/src/host/dfu-util/src/main.c	2007-08-23 04:44:29 UTC (rev 2806)
+++ trunk/src/host/dfu-util/src/main.c	2007-08-23 08:31:55 UTC (rev 2807)
@@ -373,6 +373,8 @@
 			break;
 		case 'V':
 			/* FIXME */
+			printf("not implemented yet\n");
+			exit(0);
 			break;
 		case 'v':
 			verbose = 1;





More information about the commitlog mailing list