diff options
author | erdgeist <de@gsmk.de> | 2014-04-16 20:12:34 +0200 |
---|---|---|
committer | erdgeist <de@gsmk.de> | 2014-04-16 20:12:34 +0200 |
commit | b32861fa6ec00c655b7a43ab0d511c7048f1ee43 (patch) | |
tree | 50cd33c87b43ff5c9a7a029346386cef2bdff5c6 /vchat-protocol.c | |
parent | 71fb4ac25542721f3a2d42ac4eef0d7296968f82 (diff) | |
parent | 3297473435ad53b6691d6c772f83457a72134c48 (diff) |
Merge from github
Diffstat (limited to 'vchat-protocol.c')
-rwxr-xr-x | vchat-protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vchat-protocol.c b/vchat-protocol.c index e676b28..b077411 100755 --- a/vchat-protocol.c +++ b/vchat-protocol.c | |||
@@ -35,7 +35,7 @@ | |||
35 | #include "vchat-ssl.h" | 35 | #include "vchat-ssl.h" |
36 | 36 | ||
37 | /* version of this module */ | 37 | /* version of this module */ |
38 | char *vchat_io_version = "$Id$"; | 38 | const char *vchat_io_version = "vchat-protocol.c $Id$"; |
39 | 39 | ||
40 | /* externally used variables */ | 40 | /* externally used variables */ |
41 | int serverfd = -1; | 41 | int serverfd = -1; |