[utils] More consistent naming in string_utils

This commit is contained in:
Al
2015-03-27 21:12:08 -04:00
parent 70831b5005
commit 1ac4438e39
4 changed files with 28 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
#include "features.h"
void feature_array_add(cstring_array_t *features, size_t count, ...) {
void feature_array_add(cstring_array *features, size_t count, ...) {
if (count <= 0) {
return;
}