summaryrefslogtreecommitdiffstats
path: root/ini/ini_comment_ut.c
diff options
context:
space:
mode:
Diffstat (limited to 'ini/ini_comment_ut.c')
-rw-r--r--ini/ini_comment_ut.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ini/ini_comment_ut.c b/ini/ini_comment_ut.c
index 40c15b8..49c56fc 100644
--- a/ini/ini_comment_ut.c
+++ b/ini/ini_comment_ut.c
@@ -111,7 +111,7 @@ int alter_test(void)
}
for (i = 0; i < num; i++) {
- error = ini_comment_get_line(ic, i, &line);
+ error = ini_comment_get_line(ic, i, &line, NULL);
if (error) {
printf("Failed to get line.\n");
ini_comment_destroy(ic);
@@ -137,7 +137,7 @@ int alter_test(void)
}
for (i = 0; i < num; i++) {
- error = ini_comment_get_line(ic, i, &line);
+ error = ini_comment_get_line(ic, i, &line, NULL);
if (error) {
printf("Failed to get line.\n");
ini_comment_destroy(ic);