summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4afb773)
raw | patch | inline | side by side (parent: 4afb773)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 23 Jul 2016 13:54:20 +0000 (15:54 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 23 Jul 2016 13:54:20 +0000 (15:54 +0200) |
src/teamspeak2.c | patch | blob | history |
diff --git a/src/teamspeak2.c b/src/teamspeak2.c
index 41f58e5c617fb1eab68f7f07067ee242a4320ddc..638109caac37b3af2f95c215a947c2bc0bec2c7f 100644 (file)
--- a/src/teamspeak2.c
+++ b/src/teamspeak2.c
/*
* Interpret configuration values
*/
- if (strcasecmp ("Host", key) == 0)
+ if (strcasecmp ("Host", key) == 0)
{
char *temp;
if (success == 0)
return (-1);
- return (0);
+ return (0);
} /* int tss2_read */
static int tss2_shutdown(void)