summaryrefslogtreecommitdiffstats
path: root/doc/html/distributor-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/distributor-example.html')
-rw-r--r--doc/html/distributor-example.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/distributor-example.html b/doc/html/distributor-example.html
index 53abca50..87f37c1d 100644
--- a/doc/html/distributor-example.html
+++ b/doc/html/distributor-example.html
@@ -176,7 +176,7 @@ static char *find_pattern( char *h, const char *n, ulong hlen )
if ( nlen > hlen )
return 0;
- } while ( <a href="ntqcstring.html#qstrncmp">qstrncmp</a>( h, n, nlen ) != 0 );
+ } while ( <a href="ntqcstring.html#qstrncmp">tqstrncmp</a>( h, n, nlen ) != 0 );
return h + nlen;
}