diff options
Diffstat (limited to 'src/runtime/runtime.h')
| -rw-r--r-- | src/runtime/runtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h index f590472439..f182aebae7 100644 --- a/src/runtime/runtime.h +++ b/src/runtime/runtime.h @@ -293,4 +293,4 @@ void sys·intstring(int64, string); */ void sys·readfile(string, string, bool); void sys·bytestorune(byte*, int32, int32, int32, int32); -void sys·stringtorune(string, int32, int32, int32, int32); +void sys·stringtorune(string, int32, int32, int32); |
