diff options
author | runge <runge> | 2006-01-09 01:54:38 +0000 |
---|---|---|
committer | runge <runge> | 2006-01-09 01:54:38 +0000 |
commit | 71f2ec79180185a6c3db0c87f9d53c491dc31e76 (patch) | |
tree | 67c341571cbeb1bd9a0744cc8eb03b30ef04f381 /examples | |
parent | def301266373e462f4a5e90eab443087ccfc7ccc (diff) | |
download | libtdevnc-71f2ec79180185a6c3db0c87f9d53c491dc31e76.tar.gz libtdevnc-71f2ec79180185a6c3db0c87f9d53c491dc31e76.zip |
x11vnc: the big split.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/pnmshow24.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/pnmshow24.c b/examples/pnmshow24.c index b44dc3e..2dec1c1 100644 --- a/examples/pnmshow24.c +++ b/examples/pnmshow24.c @@ -4,7 +4,8 @@ #ifndef LIBVNCSERVER_ALLOW24BPP int main() { - printf("I need the ALLOW24BPP LibVNCSever flag to work\n"); + printf("I need the ALLOW24BPP LibVNCServer flag to work\n"); + exit(1); } #else |