From bb8946d3e29b85cf05c6e6855a7c158c6d6406aa Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Tue, 28 Jun 2005 12:16:17 +0000 Subject: [PATCH] Removed misleading comment for view_load_command_output(). --- src/view.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/view.c b/src/view.c index a37315aff..ef310d401 100644 --- a/src/view.c +++ b/src/view.c @@ -1264,7 +1264,6 @@ view_show_error (WView *view, const char *msg) } } -/* return values: NULL for success, else points to error message */ static gboolean view_load_command_output (WView *view, const char *command) {