X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=obt%2Fddparse.h;h=d261f5bb0c444d253fbf89850564be9401fb53f7;hb=HEAD;hp=96e254c1928a3a1be9c0f314facf4a39b5d1e5ee;hpb=a6141fe7a4895593d412a18bd24d1859d2d69c34;p=chaz%2Fopenbox diff --git a/obt/ddparse.h b/obt/ddparse.h index 96e254c1..d261f5bb 100644 --- a/obt/ddparse.h +++ b/obt/ddparse.h @@ -38,7 +38,7 @@ typedef struct _ObtDDParseValue { union _ObtDDParseValueValue { gchar *string; struct _ObtDDParseValueStrings { - gchar *s; + gchar **a; gulong n; } strings; gboolean boolean;