diff options
author | Richard van der Hoff <richard@matrix.org> | 2015-10-21 16:10:02 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2015-10-21 16:10:02 +0100 |
commit | 79b823a739e7e93e196cc554b1bb53a8631c6244 (patch) | |
tree | 0ef950a5edf69f7e42c6f445cc4af6cbc3dd0859 /matrix-sync.c | |
parent | 1a97c621cbaebd8bb5b1ca68f12755977115374a (diff) | |
download | purple-matrix-79b823a739e7e93e196cc554b1bb53a8631c6244.tar.gz |
Update README and file comments
Diffstat (limited to 'matrix-sync.c')
-rw-r--r-- | matrix-sync.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/matrix-sync.c b/matrix-sync.c index 1e170a5..fcd8551 100644 --- a/matrix-sync.c +++ b/matrix-sync.c @@ -1,5 +1,5 @@ /** - * Handle the 'sync' loop + * matrix-sync.c: Handle the 'sync' loop * * 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 @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "matrix-sync.h" |