Fixed missing initializer
authorArmin Novak <armin.novak@thincast.com>
Wed, 16 Oct 2019 12:53:42 +0000 (14:53 +0200)
committerArmin Novak <armin.novak@thincast.com>
Wed, 16 Oct 2019 12:53:42 +0000 (14:53 +0200)
libfreerdp/core/errbase.c

index 66afd00..bac7076 100644 (file)
@@ -30,7 +30,7 @@
 
 #define TAG FREERDP_TAG("core")
 
-#define ERRBASE_DEFINE(_code)      { ERRBASE_##_code , "ERRBASE_" #_code , ERRBASE_##_code##_STRING }
+#define ERRBASE_DEFINE(_code)      { ERRBASE_##_code , "ERRBASE_" #_code , ERRBASE_##_code##_STRING, "" }
 
 /* Protocol-independent codes */