Fossil SCM

copy/paste error in comment

jan.nijtmans 2013-04-04 06:43 trunk
Commit eb3c9b34dfc8df088b1ff45e17d3898c2657e5cf
1 file changed +1 -1
+1 -1
--- src/diff.c
+++ src/diff.c
@@ -73,11 +73,11 @@
7373
#define LOOK_NONE ((int)0x00000000) /* Nothing special was found. */
7474
#define LOOK_NUL ((int)0x00000001) /* One or more NUL chars were found. */
7575
#define LOOK_CR ((int)0x00000002) /* One or more CR chars were found. */
7676
#define LOOK_LONE_CR ((int)0x00000004) /* An unpaired CR char was found. */
7777
#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. */
7979
#define LOOK_CRLF ((int)0x00000020) /* One or more CR/LF pairs were found. */
8080
#define LOOK_LONG ((int)0x00000040) /* An over length line was found. */
8181
#define LOOK_ODD ((int)0x00000080) /* An odd number of bytes was found. */
8282
#define LOOK_SHORT ((int)0x00000100) /* Unable to perform full check. */
8383
#define LOOK_INVALID ((int)0x00000200) /* Invalid sequence was found. */
8484
--- 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

Keyboard Shortcuts

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