]> Pileus Git - grits/blobdiff - src/data/gis-http.c
Replace ugly macros with ugly boilerplate
[grits] / src / data / gis-http.c
index 1f1c27080322c6a6d8a32961959b52cebe0e25e7..78251bec02b8230a66f6719f2ba19ffc6d49e4db 100644 (file)
@@ -97,7 +97,7 @@ gchar *gis_http_fetch(GisHttp *http, const gchar *uri, const char *local,
                FILE *fp = fopen_p(path, "a");
 
                /* Make temp data */
-               struct _cache_info info = {
+               struct _CacheInfo info = {
                        .fp        = fp,
                        .path      = path,
                        .callback  = callback,