Skip to content
Snippets Groups Projects
Commit 6aed7643 authored by ilor's avatar ilor
Browse files

Poliqarp header C++ compatibility: do not use C99 struct initializers

parent bed28e4d
Branches
No related merge requests found
......@@ -36,8 +36,7 @@ struct poliqarp_error {
};
static const struct poliqarp_error poliqarp_error_none = {
.message = NULL,
.malloced = false
NULL, false
};
const char *poliqarp_error_message_get(const struct poliqarp_error *);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment