diff --git a/std/stdio.d b/std/stdio.d index 30e62ec83..78666e7d4 100644 --- a/std/stdio.d +++ b/std/stdio.d @@ -791,7 +791,7 @@ for the file handle. Throws: $(D Exception) if the file is not opened. $(D ErrnoException) if the call to $(D fseek) fails. */ - void seek(long offset, int origin = SEEK_SET) + void seek(long offset, int origin = SEEK_SET) @trusted { import std.exception : enforce, errnoEnforce; import std.conv : to, text;