Fossil SCM

Fix a minor preprocessor directive typo.

jan 2016-02-04 16:06 jan-manifest-tags
Commit 4fae98e73fd96c7788c399be44a0b1fc8d2820a1
1 file changed +1 -1
+1 -1
--- src/branch.c
+++ src/branch.c
@@ -188,11 +188,11 @@
188188
#define BRL_CLOSED_ONLY 0x001 /* Show only closed branches */
189189
#define BRL_OPEN_ONLY 0x002 /* Show only open branches */
190190
#define BRL_BOTH 0x003 /* Show both open and closed branches */
191191
#define BRL_OPEN_CLOSED_MASK 0x003
192192
#define BRL_MTIME 0x004 /* Include lastest check-in time */
193
-#dfeine BRL_ORDERBY_MTIME 0x008 /* Sort by MTIME. (otherwise sort by name)*/
193
+#define BRL_ORDERBY_MTIME 0x008 /* Sort by MTIME. (otherwise sort by name)*/
194194
195195
#endif /* INTERFACE */
196196
197197
/*
198198
** Prepare a query that will list branches.
199199
--- src/branch.c
+++ src/branch.c
@@ -188,11 +188,11 @@
188 #define BRL_CLOSED_ONLY 0x001 /* Show only closed branches */
189 #define BRL_OPEN_ONLY 0x002 /* Show only open branches */
190 #define BRL_BOTH 0x003 /* Show both open and closed branches */
191 #define BRL_OPEN_CLOSED_MASK 0x003
192 #define BRL_MTIME 0x004 /* Include lastest check-in time */
193 #dfeine BRL_ORDERBY_MTIME 0x008 /* Sort by MTIME. (otherwise sort by name)*/
194
195 #endif /* INTERFACE */
196
197 /*
198 ** Prepare a query that will list branches.
199
--- src/branch.c
+++ src/branch.c
@@ -188,11 +188,11 @@
188 #define BRL_CLOSED_ONLY 0x001 /* Show only closed branches */
189 #define BRL_OPEN_ONLY 0x002 /* Show only open branches */
190 #define BRL_BOTH 0x003 /* Show both open and closed branches */
191 #define BRL_OPEN_CLOSED_MASK 0x003
192 #define BRL_MTIME 0x004 /* Include lastest check-in time */
193 #define BRL_ORDERBY_MTIME 0x008 /* Sort by MTIME. (otherwise sort by name)*/
194
195 #endif /* INTERFACE */
196
197 /*
198 ** Prepare a query that will list branches.
199

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button