diff options
| author | Kaffeine <akulichalexander@gmail.com> | 2010-09-22 20:16:07 +0600 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-09-24 13:01:36 +0200 |
| commit | addf2882b87916a380f8f13ce0aac0d285104422 (patch) | |
| tree | 61b1baaf4e56f5d2e5c204d62671619fa126e435 /src/base | |
| parent | 12233ecdaf16236ee6b3a4d836d37560fe33297d (diff) | |
| download | zcatch-addf2882b87916a380f8f13ce0aac0d285104422.tar.gz zcatch-addf2882b87916a380f8f13ce0aac0d285104422.zip | |
Fixed comments (system.h)
Diffstat (limited to 'src/base')
| -rw-r--r-- | src/base/system.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/system.h b/src/base/system.h index e55e2ad7..a5b549bc 100644 --- a/src/base/system.h +++ b/src/base/system.h @@ -793,7 +793,7 @@ int str_comp_nocase(const char *a, const char *b); /* - Function: str_comp_nocase + Function: str_comp Compares to strings case sensitive. Parameters: @@ -811,7 +811,7 @@ int str_comp_nocase(const char *a, const char *b); int str_comp(const char *a, const char *b); /* - Function: str_comp_nocase + Function: str_comp_num Compares up to num characters of two strings case sensitive. Parameters: |