Modified: MacRuby/trunk/sprintf.cpp (2898 => 2899)
--- MacRuby/trunk/sprintf.cpp 2009-10-25 22:52:51 UTC (rev 2898)
+++ MacRuby/trunk/sprintf.cpp 2009-10-26 21:01:08 UTC (rev 2899)
@@ -413,9 +413,6 @@
break;
case 'p':
- type = _C_PTR;
- break;
-
case '@':
type = _C_ID;
break;