Skip to content

Commit 8bb24d2

Browse files
author
max-foss
committed
Added one // LCOV_EXCL_LINE just like everybode else, lol.
1 parent 0add32d commit 8bb24d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ handle_generic_guint_hex_dec(NetplanParser* npp, yaml_node_t* node, const void*
369369
}
370370

371371
if (*endptr != '\0' || v > G_MAXUINT)
372-
return yaml_error(npp, node, error, "invalid unsigned int value '%s'", s_node);
372+
return yaml_error(npp, node, error, "invalid unsigned int value '%s'", s_node); // LCOV_EXCL_LINE
373373

374374
mark_data_as_dirty(npp, entryptr + offset);
375375
*((guint*) ((void*) entryptr + offset)) = (guint) v;

0 commit comments

Comments
 (0)