]> git.lyx.org Git - lyx.git/blobdiff - src/os2_errortable.h
Dekels tabular/textinset patches
[lyx.git] / src / os2_errortable.h
index 9ec372f7875f2acc83bcbd0183e9690e62dcb40d..997f55dbc530f5a2d02b5ccc3f1098dd024fdd58 100644 (file)
@@ -4,7 +4,8 @@
 * 
 *           LyX, The Document Processor
 *        
-*           Copyright (C) 1995, 1996 Matthias Ettrich
+*           Copyright 1995 Matthias Ettrich
+*           Copyright 1995-2000 The LyX Team.
 *
 * ======================================================
  A table for translating OS/2 API return code into errno.
@@ -87,7 +88,8 @@ static unsigned char const errno_tab[] =
   EACCES, EACCES, EACCES, ENOENT, ENOMEM   /* 330..334 */
 };
 
-inline int TranslateOS2Error(unsigned long rc)
+inline
+int TranslateOS2Error(unsigned long rc)
 {
        if (rc >= sizeof (errno_tab))
                return EINVAL;