From 52b3231aa865ef0b026f1a9cab7566c9de899bc4 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Wed, 1 Mar 2006 01:45:36 +0000 Subject: [PATCH] * objfmt.h (yasm_objfmt_add_default_section): Update doxygen documentation. svn path=/trunk/yasm/; revision=1392 --- libyasm/objfmt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libyasm/objfmt.h b/libyasm/objfmt.h index e498e185..8bbb793f 100644 --- a/libyasm/objfmt.h +++ b/libyasm/objfmt.h @@ -165,7 +165,6 @@ void yasm_objfmt_destroy(/*@only@*/ yasm_objfmt *objfmt); /** Add a default section to an object. * \param objfmt object format - * \param object object * \return Default section. */ yasm_section *yasm_objfmt_add_default_section(yasm_objfmt *objfmt); -- 2.40.0