diff src/DLD-FUNCTIONS/__init_fltk__.cc @ 11590:4ced6b90fffb

style fixes for warning and error messages in source files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 18:43:39 -0500
parents 12df7854fa7c
children f4689107dd8c
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/__init_fltk__.cc	Thu Jan 20 18:26:09 2011 -0500
+++ b/src/DLD-FUNCTIONS/__init_fltk__.cc	Thu Jan 20 18:43:39 2011 -0500
@@ -59,6 +59,7 @@
 
 #include "defun-dld.h"
 #include "error.h"
+#include "file-ops.h"
 #include "gl-render.h"
 #include "gl2ps-renderer.h"
 #include "graphics.h"
@@ -2015,13 +2016,12 @@
     }
 
   if (failed)
-    error ("MODE must be one of the strings: ""2D"", ""3D"", or ""None"".");
+    error ("MODE must be one of the strings: \"2D\", \"3D\", or \"None\"");
 
 
   return octave_value(mode_str);
 }
 
-#include "file-ops.h"
 DEFUN_DLD (__fltk_uigetfile__, args, ,
   "-*- texinfo -*-\n\
 @deftypefn {Built-in Function} {} __fltk_uigetfile__ (@dots{})\n\