Mercurial > audlegacy
changeset 3700:81026451b455
fix tuple_get_int declaration
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 07 Oct 2007 00:28:00 -0500 |
parents | ddde4794b4e2 |
children | e766d3aec087 |
files | src/audacious/plugin.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/plugin.h Sun Oct 07 00:16:35 2007 -0500 +++ b/src/audacious/plugin.h Sun Oct 07 00:28:00 2007 -0500 @@ -253,7 +253,7 @@ const gchar *(*tuple_get_string)(Tuple *tuple, const gint nfield, const gchar *field); - gint tuple_get_int(Tuple *tuple, + gint (*tuple_get_int)(Tuple *tuple, const gint nfield, const gchar *field);