Fossil SCM
Fix a minor preprocessor directive typo.
Commit
4fae98e73fd96c7788c399be44a0b1fc8d2820a1
Parent
ea7f3297046747a…
1 file changed
+1
-1
+1
-1
| --- src/branch.c | ||
| +++ src/branch.c | ||
| @@ -188,11 +188,11 @@ | ||
| 188 | 188 | #define BRL_CLOSED_ONLY 0x001 /* Show only closed branches */ |
| 189 | 189 | #define BRL_OPEN_ONLY 0x002 /* Show only open branches */ |
| 190 | 190 | #define BRL_BOTH 0x003 /* Show both open and closed branches */ |
| 191 | 191 | #define BRL_OPEN_CLOSED_MASK 0x003 |
| 192 | 192 | #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)*/ | |
| 194 | 194 | |
| 195 | 195 | #endif /* INTERFACE */ |
| 196 | 196 | |
| 197 | 197 | /* |
| 198 | 198 | ** Prepare a query that will list branches. |
| 199 | 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 | #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 |