Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Fix the warning, too
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow authored and Don Clugston committed Sep 3, 2011
1 parent 4d64fc3 commit 034823a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/demangle.d
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ private struct Demangle
parseType();
}
}
return dst[beg .. len];
assert(0);
}


Expand Down

0 comments on commit 034823a

Please sign in to comment.