diff options
| author | runge <runge> | 2006-12-28 15:51:44 +0000 | 
|---|---|---|
| committer | runge <runge> | 2006-12-28 15:51:44 +0000 | 
| commit | 99a557d673ac4444532ac7025cb479a229ea7fb3 (patch) | |
| tree | 3e403f6e52782a3e458cada3501ae8b1839c8364 /x11vnc/user.c | |
| parent | 56eb45a5f8ab93abb1e15d4c0b8214d06a3d6d18 (diff) | |
| download | libtdevnc-99a557d673ac4444532ac7025cb479a229ea7fb3.tar.gz libtdevnc-99a557d673ac4444532ac7025cb479a229ea7fb3.zip | |
x11vnc: clean up compiler warnings.
Diffstat (limited to 'x11vnc/user.c')
| -rw-r--r-- | x11vnc/user.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/x11vnc/user.c b/x11vnc/user.c index 7349c8b..cf7cbe4 100644 --- a/x11vnc/user.c +++ b/x11vnc/user.c @@ -980,7 +980,7 @@ void check_new_passwds(int force) {  }  rfbBool custom_passwd_check(rfbClientPtr cl, const char *response, int len) { -	char *input, *q, *cmd; +	char *input, *cmd;  	char num[16];  	int j, i, n, rc; | 
