From cf2e4f1dcd1c8ac8739e8016ff57e2fa147be408 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Wed, 10 Jun 2020 09:07:14 +0300 Subject: [PATCH] lib/mu-msg: cosmetic --- lib/mu-msg.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/mu-msg.c b/lib/mu-msg.c index 976f3c91..685abefb 100644 --- a/lib/mu-msg.c +++ b/lib/mu-msg.c @@ -1,6 +1,6 @@ -/* -*- mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- +/* ** -** Copyright (C) 2008-2013 Dirk-Jan C. Binnema +** Copyright (C) 2008-2020 Dirk-Jan C. Binnema ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by @@ -179,8 +179,8 @@ free_later_lst (MuMsg *self, GSList *lst) static const char* get_path (MuMsg *self) { - char *val; - gboolean do_free; + char *val; + gboolean do_free; do_free = TRUE; val = NULL; @@ -197,7 +197,7 @@ get_path (MuMsg *self) /* shouldn't happen */ if (!val) - g_warning ("%s: cannot find path", __func__); + g_warning ("%s: message without path?!", __func__); return free_later_str (self, val); }