[MPlayer-cvslog] r31412 - trunk/playtree.h
diego
subversion at mplayerhq.hu
Mon Jun 14 16:16:30 CEST 2010
Author: diego
Date: Mon Jun 14 16:16:30 2010
New Revision: 31412
Log:
Adjust comment after the removal of the pt_iter_add_gui_file macro.
Modified:
trunk/playtree.h
Modified: trunk/playtree.h
==============================================================================
--- trunk/playtree.h Mon Jun 14 13:46:40 2010 (r31411)
+++ trunk/playtree.h Mon Jun 14 16:16:30 2010 (r31412)
@@ -286,7 +286,7 @@ void pt_iter_replace_entry(play_tree_ite
/// 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.
More information about the MPlayer-cvslog
mailing list