From 6e80e9e7e9ca1926b3c10b029f8ba1e3f20ceaba Mon Sep 17 00:00:00 2001 From: jpr Date: Wed, 24 Sep 2003 12:38:26 +0000 Subject: [PATCH] Mistyping in doxygen header corrected --- src/gdcmRLE.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gdcmRLE.cxx b/src/gdcmRLE.cxx index f119cdbc..358a041a 100644 --- a/src/gdcmRLE.cxx +++ b/src/gdcmRLE.cxx @@ -20,11 +20,12 @@ static int _gdcm_read_RLE_fragment (char ** image_buffer, FILE* fp); // static because nothing but gdcm_read_RLE_file may call it -// ------------------------------------------------------------------------------------ +// ---------------------------------------------------------------------------- /** * \ingroup gdcmFile * \brief Reads a 'Run Length Encoded' Dicom encapsulated file - * @param destination Address (in caller's memory space) at which the + * @param image_buffer destination Address (in caller's memory space) + * at which the * pixel data should be copied * @return int acts as a Boolean */ -- 2.48.1