Fossil SCM
copy/paste error in comment
Commit
eb3c9b34dfc8df088b1ff45e17d3898c2657e5cf
Parent
00f9c9e83a1c8fa…
1 file changed
+1
-1
+1
-1
| --- src/diff.c | ||
| +++ src/diff.c | ||
| @@ -73,11 +73,11 @@ | ||
| 73 | 73 | #define LOOK_NONE ((int)0x00000000) /* Nothing special was found. */ |
| 74 | 74 | #define LOOK_NUL ((int)0x00000001) /* One or more NUL chars were found. */ |
| 75 | 75 | #define LOOK_CR ((int)0x00000002) /* One or more CR chars were found. */ |
| 76 | 76 | #define LOOK_LONE_CR ((int)0x00000004) /* An unpaired CR char was found. */ |
| 77 | 77 | #define LOOK_LF ((int)0x00000008) /* One or more LF chars were found. */ |
| 78 | -#define LOOK_LONE_LF ((int)0x00000010) /* An unpaired CR char was found. */ | |
| 78 | +#define LOOK_LONE_LF ((int)0x00000010) /* An unpaired LF char was found. */ | |
| 79 | 79 | #define LOOK_CRLF ((int)0x00000020) /* One or more CR/LF pairs were found. */ |
| 80 | 80 | #define LOOK_LONG ((int)0x00000040) /* An over length line was found. */ |
| 81 | 81 | #define LOOK_ODD ((int)0x00000080) /* An odd number of bytes was found. */ |
| 82 | 82 | #define LOOK_SHORT ((int)0x00000100) /* Unable to perform full check. */ |
| 83 | 83 | #define LOOK_INVALID ((int)0x00000200) /* Invalid sequence was found. */ |
| 84 | 84 |
| --- src/diff.c | |
| +++ src/diff.c | |
| @@ -73,11 +73,11 @@ | |
| 73 | #define LOOK_NONE ((int)0x00000000) /* Nothing special was found. */ |
| 74 | #define LOOK_NUL ((int)0x00000001) /* One or more NUL chars were found. */ |
| 75 | #define LOOK_CR ((int)0x00000002) /* One or more CR chars were found. */ |
| 76 | #define LOOK_LONE_CR ((int)0x00000004) /* An unpaired CR char was found. */ |
| 77 | #define LOOK_LF ((int)0x00000008) /* One or more LF chars were found. */ |
| 78 | #define LOOK_LONE_LF ((int)0x00000010) /* An unpaired CR char was found. */ |
| 79 | #define LOOK_CRLF ((int)0x00000020) /* One or more CR/LF pairs were found. */ |
| 80 | #define LOOK_LONG ((int)0x00000040) /* An over length line was found. */ |
| 81 | #define LOOK_ODD ((int)0x00000080) /* An odd number of bytes was found. */ |
| 82 | #define LOOK_SHORT ((int)0x00000100) /* Unable to perform full check. */ |
| 83 | #define LOOK_INVALID ((int)0x00000200) /* Invalid sequence was found. */ |
| 84 |
| --- src/diff.c | |
| +++ src/diff.c | |
| @@ -73,11 +73,11 @@ | |
| 73 | #define LOOK_NONE ((int)0x00000000) /* Nothing special was found. */ |
| 74 | #define LOOK_NUL ((int)0x00000001) /* One or more NUL chars were found. */ |
| 75 | #define LOOK_CR ((int)0x00000002) /* One or more CR chars were found. */ |
| 76 | #define LOOK_LONE_CR ((int)0x00000004) /* An unpaired CR char was found. */ |
| 77 | #define LOOK_LF ((int)0x00000008) /* One or more LF chars were found. */ |
| 78 | #define LOOK_LONE_LF ((int)0x00000010) /* An unpaired LF char was found. */ |
| 79 | #define LOOK_CRLF ((int)0x00000020) /* One or more CR/LF pairs were found. */ |
| 80 | #define LOOK_LONG ((int)0x00000040) /* An over length line was found. */ |
| 81 | #define LOOK_ODD ((int)0x00000080) /* An odd number of bytes was found. */ |
| 82 | #define LOOK_SHORT ((int)0x00000100) /* Unable to perform full check. */ |
| 83 | #define LOOK_INVALID ((int)0x00000200) /* Invalid sequence was found. */ |
| 84 |