Improve doxygen comments

This commit is contained in:
Nils O. Selåsdal
2014-09-15 21:13:43 +02:00
parent f13a71e8ba
commit 045d7c2463
4 changed files with 18 additions and 10 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ START_TEST (test_dstr_own_steal)
END_TEST
START_TEST (test_dstr_trim)
struct DStr str = UC_DSTR_STATIC_INIT;
struct DStr str = UC_DSTR_INITIALIZER;
uc_dstr_append_str(&str, " \t \nHello !\r\n");
uc_dstr_trim(&str);