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