summaryrefslogtreecommitdiffstats
path: root/examples/pnmshow24.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pnmshow24.c')
-rw-r--r--examples/pnmshow24.c3
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
OpenPOWER on IntegriCloud