* v0.0.3
[ppastats.git] / src / ppastats.h
index be2f971..615e2c2 100644 (file)
@@ -44,7 +44,7 @@ struct version_stats {
 
        struct distro_stats **distros;
        int download_count;
-       struct daily_download_total *daily_download_totals;
+       struct daily_download_total **daily_download_totals;
 };
 
 struct package_stats {