summaryrefslogtreecommitdiff
path: root/vchat-user.c
diff options
context:
space:
mode:
authorAndreas Kotes <count@flatline.de>2014-04-16 15:28:51 +0200
committerAndreas Kotes <count@flatline.de>2014-04-16 15:28:51 +0200
commitedba804a0cbd19e5c971c55661bcf83967573906 (patch)
tree0582627886aaabb13fa3baf23b01a3cb2da9ec77 /vchat-user.c
parent0171de7653dbc409f8a936e80a8c9bc3ab3d1bdb (diff)
fix version strings
Diffstat (limited to 'vchat-user.c')
-rwxr-xr-xvchat-user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vchat-user.c b/vchat-user.c
index d7261d6..7280672 100755
--- a/vchat-user.c
+++ b/vchat-user.c
@@ -15,7 +15,7 @@
15#include "vchat-user.h" 15#include "vchat-user.h"
16 16
17/* version of this module */ 17/* version of this module */
18char *vchat_us_version = "$Id$"; 18char *vchat_us_version = "vchat-user.c $Id$";
19 19
20typedef struct 20typedef struct
21{ 21{