From 35db0f590691be36299d0059a9ec553a64cf10ea Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 17 May 2020 09:45:47 +0300 Subject: [PATCH] mu-contacts: cosmetic --- lib/mu-contacts.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/mu-contacts.hh b/lib/mu-contacts.hh index 604b64a4..7873cd62 100644 --- a/lib/mu-contacts.hh +++ b/lib/mu-contacts.hh @@ -1,5 +1,5 @@ /* -** Copyright (C) 2019 Dirk-Jan C. Binnema +** Copyright (C) 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 the @@ -64,7 +64,7 @@ struct ContactInfo { time_t last_seen; /**< when was this contact last seen? */ std::size_t freq; /**< how often was this contact seen? */ - int64_t tstamp; /**< Time-stamp, as per g_get_monotonic_time */ + int64_t tstamp; /**< Time-stamp, as per g_get_monotonic_time */ }; /// All contacts