Fixed goto indentation
parent
2d2e6880a2
commit
b81504f2ee
|
@ -53,8 +53,8 @@ void expand(char *s, char *t, int n)
|
|||
CHECK_OVERFLOW(i, n);
|
||||
t[i] = *s;
|
||||
}
|
||||
terminate:
|
||||
t[i] = '\0';
|
||||
terminate:
|
||||
t[i] = '\0';
|
||||
}
|
||||
|
||||
/* getstr: copies stdin to array s of length n, returns size of string or
|
||||
|
|
Loading…
Reference in New Issue