about summary refs log tree commit diff stats
path: root/src/xmpp
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-12-18 13:42:21 +0100
committerMichael Vetter <jubalh@iodoru.org>2019-12-18 13:42:21 +0100
commit64a86a17855dd0b12cea73e3b0aa3efca561f783 (patch)
tree79f6df1500d36e54e0a9b818995e3d725e0b419a /src/xmpp
parent3fdeb52f1c481982c68e9cbcb7206ff145f942b6 (diff)
downloadprofani-tty-64a86a17855dd0b12cea73e3b0aa3efca561f783.tar.gz
Fix header
Diffstat (limited to 'src/xmpp')
-rw-r--r--src/xmpp/avatar.c2
-rw-r--r--src/xmpp/avatar.h2
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>
pan> ^
6dabbbd5 ^
30b5f112 ^
2f82f50a ^
86c1c388 ^
1a3dc91e ^
6dabbbd5 ^

30b5f112 ^
fbc30231 ^

















cd2458c0 ^

0ae975c2 ^

b21edfaa ^
cd2458c0 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77