From 29030b54c98b0aee65fbc10ebf7ba36bed98c02c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 10 Aug 2013 18:02:44 +0200 Subject: util/Error: new error passing library Replaces GLib's GError. --- src/mpd_error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mpd_error.h') diff --git a/src/mpd_error.h b/src/mpd_error.h index e0b7d29a4..f7af84656 100644 --- a/src/mpd_error.h +++ b/src/mpd_error.h @@ -24,7 +24,7 @@ #include /* This macro is used as an intermediate step to a proper error handling - * using GError in mpd. It is used for unrecoverable error conditions + * using #Error in mpd. It is used for unrecoverable error conditions * and exits immediately. The long-term goal is to replace this macro by * proper error handling. */ -- cgit v1.2.3