Skip to content

Commit 0317d08

Browse files
committed
test
1 parent 11b1a89 commit 0317d08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/validation.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,8 +1188,7 @@ lyd_validate_minmax(const struct lyd_node *first, const struct lyd_node *parent,
11881188

11891189
if (min) {
11901190
char suffix_path[256];
1191-
1192-
lyd_node *debug_node = parent;
1191+
struct lyd_node *debug_node = parent;
11931192

11941193
snprintf(suffix_path, sizeof(suffix_path), "/%s", snode->name);
11951194

0 commit comments

Comments
 (0)