aboutsummaryrefslogtreecommitdiff
path: root/networking/wget.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/wget.c')
-rw-r--r--networking/wget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/wget.c b/networking/wget.c
index 425abc13f..c163209f2 100644
--- a/networking/wget.c
+++ b/networking/wget.c
@@ -676,7 +676,7 @@ getttywidth(void)
676{ 676{
677 int width=0; 677 int width=0;
678 get_terminal_width_height(0, &width, NULL); 678 get_terminal_width_height(0, &width, NULL);
679 return (width); 679 return width;
680} 680}
681 681
682static void 682static void