From ccf7acd02f313a3f42039469a53eeb4d9a41f38b Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 23 Oct 2021 03:27:28 +0200 Subject: themes: fix typo --- src/themes/coco/coco-theme.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/themes/coco') diff --git a/src/themes/coco/coco-theme.c b/src/themes/coco/coco-theme.c index 0913174..221d358 100644 --- a/src/themes/coco/coco-theme.c +++ b/src/themes/coco/coco-theme.c @@ -542,7 +542,7 @@ set_notification_text(GtkWindow *nw, const char *summary, const char *body) if ((body_label_text == NULL) || (strlen (body_label_text) == 0)) { goto render_fail; } - goto renrer_ok; + goto render_ok; } render_fail: @@ -553,7 +553,7 @@ render_fail: g_free (quoted); g_free (str); -renrer_ok: +render_ok: xmlCleanupParser (); if (body == NULL || *body == '\0') -- cgit v1.2.1