From 950e111e883e974b5326aa2e5aa3da363de40ced Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 2 May 2017 20:49:08 +0200 Subject: [PATCH] mp4ff: Fix typo in error code. --- error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/error.h b/error.h index 5f828fd4..ea8f82c4 100644 --- a/error.h +++ b/error.h @@ -147,7 +147,7 @@ PARA_ERROR(MP4FF_META_READ, "mp4ff: could not read mp4 metadata"), \ PARA_ERROR(MP4FF_META_WRITE, "mp4ff: could not update mp4 metadata"), \ PARA_ERROR(MP4FF_OPEN, "mp4ff: open failed"), \ - PARA_ERROR(MP4FF_TRACK, "mp4fF: no audio track"), \ + PARA_ERROR(MP4FF_TRACK, "mp4ff: no audio track"), \ PARA_ERROR(MPI_SCAN, "could not scan multi-precision integer"), \ PARA_ERROR(NAME_TOO_LONG, "name too long for struct sockaddr_un"), \ PARA_ERROR(NO_AFHI, "audio format handler info required"), \ -- 2.39.2