diff options
author | runge <runge> | 2007-01-09 15:20:02 +0000 |
---|---|---|
committer | runge <runge> | 2007-01-09 15:20:02 +0000 |
commit | 5b3e420c1f092fc8d83ad1803621007bb942d4dd (patch) | |
tree | ae0bb608ef45893b4569a1a8f67041f29492bbb9 /x11vnc/x11vnc_defs.c | |
parent | c9e24e5b8b9dd903a393f6b6e2176545fa2c93a8 (diff) | |
download | libtdevnc-5b3e420c1f092fc8d83ad1803621007bb942d4dd.tar.gz libtdevnc-5b3e420c1f092fc8d83ad1803621007bb942d4dd.zip |
Fix old compiler error; fix warnings.
Diffstat (limited to 'x11vnc/x11vnc_defs.c')
-rw-r--r-- | x11vnc/x11vnc_defs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/x11vnc_defs.c b/x11vnc/x11vnc_defs.c index 292f492..4799fbe 100644 --- a/x11vnc/x11vnc_defs.c +++ b/x11vnc/x11vnc_defs.c @@ -15,7 +15,7 @@ int xtrap_base_event_type = 0; int xdamage_base_event_type = 0; /* date +'lastmod: %Y-%m-%d' */ -char lastmod[] = "0.8.4 lastmod: 2007-01-08"; +char lastmod[] = "0.8.4 lastmod: 2007-01-09"; /* X display info */ |