another ref parameter that wasn't needed

This commit is contained in:
John-Colvin 2013-03-23 16:38:57 +00:00
parent da64d9e5c2
commit 36a7d7087f

View file

@ -626,7 +626,7 @@ struct UTFBlockDecoder(size_t bufferSize_) if (bufferSize_ % 2 == 0)
* *
* Returns: True if all the characters are printable, false otherwise. * Returns: True if all the characters are printable, false otherwise.
*/ */
bool printable(const ref dchar[] chars) pure @safe nothrow bool printable(const dchar[] chars) pure @safe nothrow
{ {
foreach(c; chars) foreach(c; chars)
{ {