Commit 0d29555a authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

cosmetic fix: reorder enums

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1765 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent c279a631
Showing with 4 additions and 4 deletions
+4 -4
......@@ -459,14 +459,14 @@ typedef struct historyheadtype {
#define VIEW 1
#define NOVIEW 0
typedef enum {
TOP, CENTER, NONE
} topmidnone;
typedef enum {
JUSTIFY, BEGIN, END
} justbegend;
typedef enum {
TOP, CENTER, NONE
} topmidnone;
/* Minimum editor window rows required for nano to work correctly. */
#define MIN_EDITOR_ROWS 3
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment