From 48a51e6c62499ef1dfb92422ccdc7b11d74dc90d Mon Sep 17 00:00:00 2001 From: thor Date: Sun, 31 Jan 2016 01:37:53 +0000 Subject: [PATCH] correct example git-svn-id: svn://scm.orgis.org/mpg123/trunk@3953 35dc7657-300d-0410-a2e5-dc2837fedb53 --- doc/doxy_examples.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxy_examples.c b/doc/doxy_examples.c index 466ba2d0..a5f5f259 100644 --- a/doc/doxy_examples.c +++ b/doc/doxy_examples.c @@ -1,7 +1,7 @@ /** \defgroup mpg123_examples example programs using libmpg123 and libout123 @{ */ -/** \file mpg123_to_wav.c A simple MPEG audio to WAV converter using libmpg123 (read) and libout123 (write). +/** \file mpg123_to_out123.c A simple MPEG audio to WAV converter using libmpg123 (read) and libout123 (write). ...an excersize on two simple APIs. */ /** \file mpglib.c Example program mimicking the old mpglib test program.