]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/bstring/bstradd.c
ad find works
[netatalk.git] / libatalk / bstring / bstradd.c
index 749c963f89b36cc017eb90b5b9782c354f8b6dd9..7b59b2e8ee67a9340da551ad81a164a1df544e27 100644 (file)
@@ -120,7 +120,7 @@ int bunrefcstr (bstring b) {
 /*!
  * @brief Create an empty list with preallocated storage for at least 'min' members
  */
-struct bstrList *bstListCreateMin(int min)
+struct bstrList *bstrListCreateMin(int min)
 {
     struct bstrList *sl = NULL;