aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsfns.m
diff options
context:
space:
mode:
authorAdrian Robert2008-08-01 14:01:08 +0000
committerAdrian Robert2008-08-01 14:01:08 +0000
commit150349607cf648e78d34aa16ef1d43d774bc6044 (patch)
tree7d57cf5f3e5163c7ea3019b9527409df771efe42 /src/nsfns.m
parent27ec92c98304e2b61dc20a1db65972b0eb00d4cc (diff)
downloademacs-150349607cf648e78d34aa16ef1d43d774bc6044.tar.gz
emacs-150349607cf648e78d34aa16ef1d43d774bc6044.zip
clear warnings and clean up NS port
Diffstat (limited to 'src/nsfns.m')
-rw-r--r--src/nsfns.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsfns.m b/src/nsfns.m
index 40e8791c318..a0cac0254ef 100644
--- a/src/nsfns.m
+++ b/src/nsfns.m
@@ -280,7 +280,7 @@ interpret_services_menu (NSMenu *menu, Lisp_Object prefix, Lisp_Object old)
280 -------------------------------------------------------------------------- */ 280 -------------------------------------------------------------------------- */
281{ 281{
282 int i, count; 282 int i, count;
283 id<NSMenuItem> item; 283 NSMenuItem *item;
284 const char *name; 284 const char *name;
285 Lisp_Object nameStr; 285 Lisp_Object nameStr;
286 unsigned short key; 286 unsigned short key;