1
1

Added more const-ness to the function arguments.

Этот коммит содержится в:
Roland Illig 2004-08-16 16:22:35 +00:00
родитель bfb2047463
Коммит 748279de99

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

@ -262,7 +262,7 @@ unlink_entry (struct hotlist *entry)
}
#ifdef USE_VFS
static void add_name_to_list (char *path)
static void add_name_to_list (const char *path)
{
listbox_add_item (l_hotlist, 0, 0, path, 0);
}