diff options
Diffstat (limited to 'vchat-user.c')
-rwxr-xr-x | vchat-user.c | 2 |
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 */ |
18 | char *vchat_us_version = "$Id$"; | 18 | char *vchat_us_version = "vchat-user.c $Id$"; |
19 | 19 | ||
20 | typedef struct | 20 | typedef struct |
21 | { | 21 | { |