summaryrefslogtreecommitdiffstats
path: root/examples/pnmshow24.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pnmshow24.c')
-rw-r--r--examples/pnmshow24.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pnmshow24.c b/examples/pnmshow24.c
index 81389d7..0c772ea 100644
--- a/examples/pnmshow24.c
+++ b/examples/pnmshow24.c
@@ -70,7 +70,7 @@ int main(int argc,char** argv)
rfbScreen->kbdAddEvent = HandleKey;
/* enable http */
- rfbScreen->httpDir = "../classes";
+ rfbScreen->httpDir = "../webclients";
/* allocate picture and read it */
rfbScreen->frameBuffer = (char*)malloc(paddedWidth*3*height);