changeset 143:95b3ed3cddd5

fixed phobos compilation bug
author Trass3r
date Tue, 14 Sep 2010 15:25:44 +0200
parents 3685b521ed05
children ea6325d0edd9 78bf0fe43974
files dmd/TypeFunction.d
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dmd/TypeFunction.d	Tue Sep 14 03:20:52 2010 +0200
+++ b/dmd/TypeFunction.d	Tue Sep 14 15:25:44 2010 +0200
@@ -510,6 +510,8 @@
 	    case TRUSTsafe:
 	        buf.writestring(" @safe");
 	        break;
+
+		default:
         }
 		inuse--;
 	}