From 854470b35cfb95851465622f843758e4272221cf Mon Sep 17 00:00:00 2001 From: Andre Date: Wed, 17 May 2006 22:41:51 +0200 Subject: [PATCH 1/1] mp3_afh.c/ogg_afh.c: fix doxygen file documentation --- mp3_afh.c | 2 +- ogg_afh.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mp3_afh.c b/mp3_afh.c index 4bd88887..cd089946 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ -/** \file mp3.c para_server's mp3 audio format handler */ +/** \file mp3_afh.c para_server's mp3 audio format handler */ /* * This file is based in part on mp3tech.c and mp3tech.h, Copyright (C) diff --git a/ogg_afh.c b/ogg_afh.c index 3445970b..874947e8 100644 --- a/ogg_afh.c +++ b/ogg_afh.c @@ -15,7 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ -/** \file ogg.c para_server's ogg vorbis audio format handler */ +/** \file ogg_afh.c para_server's ogg vorbis audio format handler */ #include #include -- 2.39.2