Mercurial > mplayer.hg
changeset 31346:c55e842e9ef2
Adjust comment after the removal of the pt_iter_add_gui_file macro.
author | diego |
---|---|
date | Mon, 14 Jun 2010 14:16:30 +0000 |
parents | 2a681e243c4c |
children | eb324c0f17f6 |
files | playtree.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/playtree.h Mon Jun 14 11:46:40 2010 +0000 +++ b/playtree.h Mon Jun 14 14:16:30 2010 +0000 @@ -286,7 +286,7 @@ /// Adds a new file to the playtree, if it is not valid it is created. void pt_add_file(play_tree_t** ppt, char* filename); -// Two macros to use only the iter and not the other things. +// Macro to use only the iter and not the other things. #define pt_iter_add_file(iter, filename) pt_add_file(&iter->tree, filename) /// Resets the iter and goes back to head.