diff options
Diffstat (limited to 'src/pkg/runtime/runtime.c')
| -rw-r--r-- | src/pkg/runtime/runtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/runtime.c b/src/pkg/runtime/runtime.c index a0e9a194c6..7f693589f6 100644 --- a/src/pkg/runtime/runtime.c +++ b/src/pkg/runtime/runtime.c @@ -393,7 +393,7 @@ void runtime·parsedebugvars(void) { byte *p; - int32 i, n; + intgo i, n; p = runtime·getenv("GODEBUG"); if(p == nil) |
