From 05eaa5bd897a0838536d9e170f893a3bb255fe44 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 21 Dec 2016 14:27:27 +0100 Subject: [PATCH] afh.h: Fix typo in prototype of ->get_file_info(). The structure is called afhi throughout the tree. --- afh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); /** -- 2.39.5