Add Hero CDMA support. Fix fail where formatting sd-ext would actually rm -rf /... wow epic fail. Spaces in paths are not your friend.
diff --git a/extendedcommands.c b/extendedcommands.c
index d157fc4..9effbe3 100644
--- a/extendedcommands.c
+++ b/extendedcommands.c
@@ -459,7 +459,7 @@
     
     string mmcs[MMC_COUNT][3] = {
       { "format sdcard", "SDCARD:" },
-      { "format sd-ext", "SDEXT: " }  
+      { "format sd-ext", "SDEXT:" }  
     };
         
     for (;;)