From 5d4180c67cea08bb76eebde6b41b8935e60fed98 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 26 Oct 2019 22:15:29 +0200 Subject: Improved VESA and fixed warnings --- src/kernel/lib/lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kernel/lib/lib.h') diff --git a/src/kernel/lib/lib.h b/src/kernel/lib/lib.h index 6963498..de09e0f 100644 --- a/src/kernel/lib/lib.h +++ b/src/kernel/lib/lib.h @@ -14,7 +14,7 @@ size_t strlen(const char *str); * Compare two strings * @param s1 The first string pointer * @param s2 The second string pointer - * @return The length difference between s1 and s2 + * @return Non-zero if not equal */ size_t strcmp(const char *s1, const char *s2); -- cgit v1.2.3