# HG changeset patch # User diego # Date 1276524990 0 # Node ID c55e842e9ef25938cb8c64972e30c5bdbd894c28 # Parent 2a681e243c4c34d187c76d07be027ab340a25e35 Adjust comment after the removal of the pt_iter_add_gui_file macro. diff -r 2a681e243c4c -r c55e842e9ef2 playtree.h --- 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.