mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Fix non-ANSI function declaration
This commit is contained in:
parent
2e18d752fc
commit
48c113b114
@ -540,7 +540,7 @@ bookmark_auto_save_tabs(struct terminal *term)
|
||||
}
|
||||
|
||||
static void
|
||||
bookmark_snapshot()
|
||||
bookmark_snapshot(void)
|
||||
{
|
||||
struct string folderstring;
|
||||
struct bookmark *folder;
|
||||
|
Loading…
Reference in New Issue
Block a user