From 3e442a0ef9316f9bb6d2f3a9ee49a211e89dd1c6 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Tue, 22 Jan 2019 14:10:39 -0800 Subject: [PATCH] Make qof_log_set_file static. Used only internally. --- libgnucash/engine/qoflog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgnucash/engine/qoflog.cpp b/libgnucash/engine/qoflog.cpp index 841e855365..f787e7602a 100644 --- a/libgnucash/engine/qoflog.cpp +++ b/libgnucash/engine/qoflog.cpp @@ -82,7 +82,7 @@ qof_log_dedent(void) : qof_log_num_spaces - QOF_LOG_INDENT_WIDTH; } -void +static void qof_log_set_file(FILE *outfile) { if (!outfile)