]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - ogg_afh_common.c
string: Rename para_calloc() -> zalloc().
[paraslash.git] / ogg_afh_common.c
index 155a1899133846eef148db29d971637c8cbb2cd9..3909a2916b09fb455a19b53f785d9e680bb38b13 100644 (file)
@@ -367,7 +367,7 @@ struct oac_custom_header {
  */
 struct oac_custom_header *oac_custom_header_new(void)
 {
-       return para_calloc(sizeof(struct oac_custom_header));
+       return zalloc(sizeof(struct oac_custom_header));
 }
 
 /**