summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordscho <dscho>2005-12-09 13:55:07 +0000
committerdscho <dscho>2005-12-09 13:55:07 +0000
commit065e2ebb7e4f342a7ceb71216f2e9417cbbdd5f6 (patch)
tree2938f73c252a1a5b4bc410a3d049f9f556d144d8
parentefbf1d72405170096ba23fa75f36b376459169c1 (diff)
downloadlibtdevnc-065e2ebb.tar.gz
libtdevnc-065e2ebb.zip
previous patch turned compile warning in a compile error; fix that ;-)
-rw-r--r--examples/mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mac.c b/examples/mac.c
index 4f1a10e..6ad0a54 100644
--- a/examples/mac.c
+++ b/examples/mac.c
@@ -384,7 +384,7 @@ static int keyTable[] = {
#if 0
XK_3270_PrintScreen, 105, /* PrintScrn */
??? 94, 50, /* International */
- XK_Menu, 50, /* Menu (-> International)
+ XK_Menu, 50, /* Menu (-> International) */
#endif
};