]> diplodocus.org Git - nmh/blobdiff - sbr/geteditor.c
seq_list.c: Move interface to own file.
[nmh] / sbr / geteditor.c
index 9889a5e39a31290680205e0969fa0268eab7d44f..e946e0a8c42d63d4e73eaf9794b5dbdda0f1217a 100644 (file)
@@ -5,8 +5,8 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
-#include <h/utils.h>
+#include "h/mh.h"
+#include "h/utils.h"
 
 static char *default_editor = NULL;
 
@@ -23,5 +23,5 @@ get_default_editor(void)
        str = "vi";
     }
 
-    return (default_editor = str);
+    return default_editor = str;
 }