# HG changeset patch # User Trass3r # Date 1284470744 -7200 # Node ID 95b3ed3cddd55c42fa37300312239586a20bb961 # Parent 3685b521ed0556388702ad131ea7855f1658c688 fixed phobos compilation bug diff -r 3685b521ed05 -r 95b3ed3cddd5 dmd/TypeFunction.d --- 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--; }