cleanup
This commit is contained in:
parent
ce25121837
commit
617de67b94
|
@ -374,7 +374,7 @@ int xfprintf(xFILE *stream, const char *fmt, ...) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static int print_int(xFILE *stream, long x, int base) {
|
static int print_int(xFILE *stream, long x, int base) {
|
||||||
static char digits[] = "0123456789abcdef";
|
static const char digits[] = "0123456789abcdef";
|
||||||
char buf[20];
|
char buf[20];
|
||||||
int i, c, neg;
|
int i, c, neg;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue