diff options
Diffstat (limited to 'libvncserver/main.c')
-rw-r--r-- | libvncserver/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libvncserver/main.c b/libvncserver/main.c index 00b71be..ada1a7a 100644 --- a/libvncserver/main.c +++ b/libvncserver/main.c @@ -400,6 +400,7 @@ clientOutput(void *data) sraRgnDestroy(updateRegion); } + /* Not reached. */ return NULL; } |