Skip to content

Commit

Permalink
FIX: Missing newline in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
spillerrec committed May 17, 2017
1 parent c5fb6fd commit b114a01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/MultiImage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ QList<T> remove_duplicates( QList<T> elements ){
/** Find a converter to a frame not found, will be called recursively to find
* all frames.
* \param [in,out] used_converters The converters found will be added to this
* \param [in,out] frames The list of transformations to get the images. Each * transformation contains a the indexes of images to get
* \param [in,out] frames The list of transformations to get the images. Each
* transformation contains a the indexes of images to get
* to the final image.
* \param [in] converters The available converters which may be used
* \param [in] amount The total amount of frames
Expand Down

0 comments on commit b114a01

Please sign in to comment.