diff options
author | Michael Vetter <jubalh@iodoru.org> | 2019-12-18 13:42:21 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2019-12-18 13:42:21 +0100 |
commit | 64a86a17855dd0b12cea73e3b0aa3efca561f783 (patch) | |
tree | 79f6df1500d36e54e0a9b818995e3d725e0b419a /src | |
parent | 3fdeb52f1c481982c68e9cbcb7206ff145f942b6 (diff) | |
download | profani-tty-64a86a17855dd0b12cea73e3b0aa3efca561f783.tar.gz |
Fix header
Diffstat (limited to 'src')
-rw-r--r-- | src/xmpp/avatar.c | 2 | ||||
-rw-r--r-- | src/xmpp/avatar.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/xmpp/avatar.c b/src/xmpp/avatar.c index 79aebe49..a1eca839 100644 --- a/src/xmpp/avatar.c +++ b/src/xmpp/avatar.c @@ -1,5 +1,5 @@ /* - * omemo.c + * avatar.c * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2019 Michael Vetter <jubalh@iodoru.org> diff --git a/src/xmpp/avatar.h b/src/xmpp/avatar.h index 6a8ce94b..142f0178 100644 --- a/src/xmpp/avatar.h +++ b/src/xmpp/avatar.h @@ -1,5 +1,5 @@ /* - * omemo.h + * avatar.h * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2019 Michael Vetter <jubalh@iodoru.org> |