more -Wall warning fixes. -Wall is enabled now.
This commit is contained in:
@@ -54,9 +54,9 @@ enum {
|
||||
STALLTIME = 5 /* Seconds when xfer considered "stalled" */
|
||||
};
|
||||
|
||||
static int getttywidth(void)
|
||||
static unsigned int getttywidth(void)
|
||||
{
|
||||
int width;
|
||||
unsigned width;
|
||||
get_terminal_width_height(0, &width, NULL);
|
||||
return width;
|
||||
}
|
||||
|
Reference in New Issue
Block a user