From: Andre Noll Date: Tue, 30 Sep 2008 18:58:23 +0000 (+0200) Subject: amp_filter.c: Fix filename in doxygen comment. X-Git-Tag: v0.3.3~45 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=73b0bc66ce2f7b332e855434a393bf28da2ee0f0 amp_filter.c: Fix filename in doxygen comment. --- diff --git a/amp_filter.c b/amp_filter.c index 392fff65..750205ba 100644 --- a/amp_filter.c +++ b/amp_filter.c @@ -4,7 +4,7 @@ * Licensed under the GPL v2. For licencing details see COPYING. */ -/** \file amp.c Paraslash's amplify filter. */ +/** \file amp_filter.c Paraslash's amplify filter. */ #include "para.h" #include "amp_filter.cmdline.h"