diff options
Diffstat (limited to 'examples/pnmshow.c')
| -rw-r--r-- | examples/pnmshow.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/examples/pnmshow.c b/examples/pnmshow.c index 6ced92a..dbb66ab 100644 --- a/examples/pnmshow.c +++ b/examples/pnmshow.c @@ -75,7 +75,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*bytesPerPixel*height); | 
