summaryrefslogtreecommitdiff
path: root/ccast/ccast.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-12-01 10:32:14 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-12-01 10:32:14 +0100
commit4097e27114d227692d53c5d28487e12a3833cd24 (patch)
treed5c2a62c4db97de94f92150340612c64d3997669 /ccast/ccast.c
parentf8a0a4e1c775a90c313cb83201eec4cea4e9a7da (diff)
parent5514d94483c98e3320b202b1bb882023a7d12027 (diff)
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'ccast/ccast.c')
-rwxr-xr-x[-rw-r--r--]ccast/ccast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ccast/ccast.c b/ccast/ccast.c
index 2a2c1a8..26a4dee 100644..100755
--- a/ccast/ccast.c
+++ b/ccast/ccast.c
@@ -71,8 +71,8 @@ static void check_json(char *mesbuf) {
/* Read messages. If they are ones we deal with, send a reply */
/* If they are anonomous (sessionId == 0), then ignore them */
-/* (Could save last known anonomous message if they prove useful) */
/* and if they are numbered, keep then in a sorted list. */
+/* (Could save last known anonomous message if they prove useful) */
static int cc_rec_thread(void *context) {
ccast *p = (ccast *)context;