replace stray tabs that have crept in
This commit is contained in:
@@ -220,7 +220,7 @@ crashreport_bidshow(void)
|
||||
mark = uend; \
|
||||
if (utmp >= urem) \
|
||||
goto full; \
|
||||
memcpy(uend, str, utmp); \
|
||||
memcpy(uend, str, utmp); \
|
||||
uend += utmp; urem -= utmp; \
|
||||
*uend = '\0';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user