diff options
author | dscho <dscho> | 2005-12-09 13:55:07 +0000 |
---|---|---|
committer | dscho <dscho> | 2005-12-09 13:55:07 +0000 |
commit | 065e2ebb7e4f342a7ceb71216f2e9417cbbdd5f6 (patch) | |
tree | 2938f73c252a1a5b4bc410a3d049f9f556d144d8 /examples | |
parent | efbf1d72405170096ba23fa75f36b376459169c1 (diff) | |
download | libtdevnc-065e2ebb7e4f342a7ceb71216f2e9417cbbdd5f6.tar.gz libtdevnc-065e2ebb7e4f342a7ceb71216f2e9417cbbdd5f6.zip |
previous patch turned compile warning in a compile error; fix that ;-)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/mac.c | 2 |
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 }; |