# HG changeset patch # User zas_ # Date 1209051883 0 # Node ID adc45cd3f08bd0570cd2cbdc19d598d8c7c6bc39 # Parent f4410db9c934bfc840c2c37803892dec89df899c Use only one secure_fprintf() call instead of two. diff -r f4410db9c934 -r adc45cd3f08b src/ui_bookmark.c --- a/src/ui_bookmark.c Thu Apr 24 15:31:21 2008 +0000 +++ b/src/ui_bookmark.c Thu Apr 24 15:44:43 2008 +0000 @@ -152,8 +152,7 @@ return FALSE; } - secure_fprintf(ssi, "#History lists\n"); - secure_fprintf(ssi, "\n"); + secure_fprintf(ssi, "#History lists\n\n"); list = g_list_last(history_list); while(list && secsave_errno == SS_ERR_NONE)