Browse Source

Merge branch 'master' of https://src.libcode.org/pkun/klish

Serj Kalichev 4 years ago
parent
commit
8dfd7d8b03
1 changed files with 1 additions and 0 deletions
  1. 1 0
      faux/str/str.c

+ 1 - 0
faux/str/str.c

@@ -215,6 +215,7 @@ static int faux_str_cmp_chars(char char1, char char2) {
 	return (int)ch1 - (int)ch2;
 }
 
+
 /** @brief Compare n first characters of two strings ignoring case.
  *
  * The difference beetween this function an standard strncasecmp() is