1
1

Ticket #45 (fix for man2hlp warnings)

fixed warnings with some 'man' files

Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
Этот коммит содержится в:
Alexandr Prenko 2010-06-08 14:30:04 +04:00 коммит произвёл Ilia Maslakov
родитель 7d000ad5e5
Коммит eafa23a2a7

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

@ -413,7 +413,7 @@ sub handle_alt_font($)
}
# Skip more spaces
shift @p while $p[0] eq ' ';
shift @p while @p && $p[0] eq ' ';
next;
}