--- libgig/trunk/src/DLS.cpp 2007/05/17 17:08:29 1193 +++ libgig/trunk/src/DLS.cpp 2007/05/17 17:09:10 1194 @@ -488,7 +488,7 @@ /** * Adds a new sample loop with the provided loop definition. * - * @param - points to a loop definition that is to be copied + * @param pLoopDef - points to a loop definition that is to be copied */ void Sampler::AddSampleLoop(sample_loop_t* pLoopDef) { sample_loop_t* pNewLoops = new sample_loop_t[SampleLoops + 1];