]> granicus.if.org Git - vim/commitdiff
updated for version 7.0021
authorBram Moolenaar <Bram@vim.org>
Thu, 9 Dec 2004 21:09:42 +0000 (21:09 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 9 Dec 2004 21:09:42 +0000 (21:09 +0000)
src/os_riscos.c

index 7c6758b9f7c457f2a94d18afdabac0011234e42a..289495008d35c5c8c68775563dd2862ee5ae5fae 100644 (file)
@@ -683,7 +683,7 @@ mch_nodetype(name)
 mch_early_init()
 {
     /* Turn off all the horrible filename munging in UnixLib. */
-    __riscosify_control = __RISCOSIFY_NO_PROCESS;
+    int __riscosify_control = __RISCOSIFY_NO_PROCESS;
 }
 
     void
@@ -755,7 +755,7 @@ mch_setmouse(on)
 mch_screenmode(arg)
     char_u   *arg;
 {
-    EMSG(_(e_screnmode));
+    EMSG(_(e_screenmode));
     return FAIL;
 }