diff --git a/poliqarp-library/sakura/exception.h b/poliqarp-library/sakura/exception.h
index b7e64cfa688337f92e74108a659038d958cf739a..b1baf4eb24153f20bfec1af4714af9e9f48ab4b5 100644
--- a/poliqarp-library/sakura/exception.h
+++ b/poliqarp-library/sakura/exception.h
@@ -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 *);