From addf2882b87916a380f8f13ce0aac0d285104422 Mon Sep 17 00:00:00 2001 From: Kaffeine Date: Wed, 22 Sep 2010 20:16:07 +0600 Subject: [PATCH] Fixed comments (system.h) --- src/base/system.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/base/system.h b/src/base/system.h index e55e2ad7f..a5b549bce 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: