1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00

Fix non-ANSI function declaration

This commit is contained in:
Jonas Fonseca 2005-11-25 18:51:21 +01:00 committed by Jonas Fonseca
parent 2e18d752fc
commit 48c113b114

View File

@ -540,7 +540,7 @@ bookmark_auto_save_tabs(struct terminal *term)
}
static void
bookmark_snapshot()
bookmark_snapshot(void)
{
struct string folderstring;
struct bookmark *folder;