From 473738083b3ce39febcef09afeeb101b77196c02 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 14 Aug 2013 12:11:20 +0100 Subject: Fix several comments about return type. --- desktop/global_history.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/desktop/global_history.c b/desktop/global_history.c index 902d87980..7432be284 100644 --- a/desktop/global_history.c +++ b/desktop/global_history.c @@ -511,7 +511,7 @@ static bool global_history_add_entry(nsurl *url, /** * Initialise the treeview entry feilds * - * \return true on success, false on memory exhaustion + * \return NSERROR_OK on success, or appropriate error otherwise */ static nserror global_history_initialise_entry_fields(void) { @@ -580,7 +580,7 @@ error: /** * Initialise the time * - * \return true on success, false on memory exhaustion + * \return NSERROR_OK on success, or appropriate error otherwise */ static nserror global_history_initialise_time(void) { @@ -615,7 +615,7 @@ static nserror global_history_initialise_time(void) /** * Initialise the treeview entries * - * \return true on success, false on memory exhaustion + * \return NSERROR_OK on success, or appropriate error otherwise */ static nserror global_history_init_entries(void) { -- cgit v1.2.3