From: Andre Noll Date: Wed, 21 Dec 2016 13:27:27 +0000 (+0100) Subject: afh.h: Fix typo in prototype of ->get_file_info(). X-Git-Tag: v0.6.0~18 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=05eaa5bd897a0838536d9e170f893a3bb255fe44 afh.h: Fix typo in prototype of ->get_file_info(). The structure is called afhi throughout the tree. --- diff --git a/afh.h b/afh.h index a6f9c500..801c168c 100644 --- a/afh.h +++ b/afh.h @@ -101,7 +101,7 @@ struct audio_format_handler { * \sa struct afh_info */ int (*get_file_info)(char *map, size_t numbytes, int fd, - struct afh_info *afi); + struct afh_info *afhi); /** Optional, used for header-rewriting. See \ref afh_get_header(). */ void (*get_header)(void *map, size_t mapsize, char **buf, size_t *len); /**