We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49176e9 commit 8a798adCopy full SHA for 8a798ad
code/logic/soap.c
@@ -772,7 +772,7 @@ const char *fossil_io_soap_detect_tone(const char *text) {
772
{ SOAP_CONSPIRACY_PATTERNS, "conspiracy" },
773
{ SOAP_MARKETING_PATTERNS, "marketing" },
774
{ SOAP_TECHNOBABBLE_PATTERNS, "technobabble"},
775
- { NULL, NULL } // Sentinel
+ { NULL, NULL }
776
};
777
778
// Split text into words for more accurate matching
0 commit comments