diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2020-05-17 09:45:47 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2020-05-17 14:53:18 +0300 |
| commit | 35db0f590691be36299d0059a9ec553a64cf10ea (patch) | |
| tree | 5bbb94ea8390ce58b35c5acea0f716126d8b4cb4 | |
| parent | 53b553124c6b50e8960dd6d67142e0fc34a47dbb (diff) | |
mu-contacts: cosmetic
| -rw-r--r-- | lib/mu-contacts.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mu-contacts.hh b/lib/mu-contacts.hh index 604b64a..7873cd6 100644 --- a/lib/mu-contacts.hh +++ b/lib/mu-contacts.hh @@ -1,5 +1,5 @@ /* -** Copyright (C) 2019 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> +** Copyright (C) 2020 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> ** ** 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 |
