Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 649596
Collapse All | Expand All

(-)dd_rescue/dd_rescue.c.orig (-1 / +1 lines)
Lines 307-313 static char* strsignal(int sig) Link Here
307
}
307
}
308
#endif
308
#endif
309
309
310
inline char* fmt_kiB(loff_t no, char col)
310
static char* fmt_kiB(loff_t no, char col)
311
{
311
{
312
	return fmt_int(0, 1, 1024, no, (col? BOLD: ""), (col? NORM: ""), 1);
312
	return fmt_int(0, 1, 1024, no, (col? BOLD: ""), (col? NORM: ""), 1);
313
}
313
}

Return to bug 649596