mu-contacts: cosmetic

This commit is contained in:
Dirk-Jan C. Binnema 2020-05-17 09:45:47 +03:00
parent 53b553124c
commit 35db0f5906
1 changed files with 2 additions and 2 deletions

View File

@ -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