1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04: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 static void
bookmark_snapshot() bookmark_snapshot(void)
{ {
struct string folderstring; struct string folderstring;
struct bookmark *folder; struct bookmark *folder;