1
1

* view.c (display): Changed return type to void.

Этот коммит содержится в:
Roland Illig 2005-06-28 13:02:09 +00:00
родитель a095bce5ee
Коммит 868c55faa6
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -4,6 +4,7 @@
* view.c (normal_search): Replaced with normal_search_cmd().
(do_regexp_search): Removed unnecessary type cast.
(do_normal_search): Likewise.
* view.c (display): Changed return type to void.
2005-06-27 Roland Illig <roland.illig@gmx.de>

Просмотреть файл

@ -1556,7 +1556,7 @@ view_display_ruler (WView *view)
}
/* Displays as much data from view->dpy_topleft as fits on the screen */
static offset_type
static void
display (WView *view)
{
const int left = view_get_left (view);
@ -1789,7 +1789,6 @@ display (WView *view)
}
}
view->dpy_complete = (get_byte (view, from) == -1);
return from;
}
static void