diff options
author | Christian Beier <dontmind@freeshell.org> | 2011-11-09 20:00:16 +0100 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2011-11-09 20:00:16 +0100 |
commit | faadd484489efddd182d6d0df43d8ecfdbff29ff (patch) | |
tree | 9c098fca3bd1280a2166259650695d172d049aee /examples/pnmshow.c | |
parent | 7cb0e4a9a95886300268e1bff1e72b4c18f1b762 (diff) | |
download | libtdevnc-faadd484489efddd182d6d0df43d8ecfdbff29ff.tar.gz libtdevnc-faadd484489efddd182d6d0df43d8ecfdbff29ff.zip |
Rename 'classes' dir to 'webclients'.
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); |