Mercurial > audlegacy
changeset 791:093965283548 trunk
[svn] - finish up here
author | nenolod |
---|---|
date | Fri, 03 Mar 2006 20:43:06 -0800 |
parents | 8f437afc4f4a |
children | ddb6e5dac908 |
files | Plugins/Output/sun/sun.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Output/sun/sun.c Fri Mar 03 20:09:52 2006 -0800 +++ b/Plugins/Output/sun/sun.c Fri Mar 03 20:43:06 2006 -0800 @@ -32,8 +32,8 @@ NULL, NULL, /* Description */ sun_init, + sun_cleanup, sun_about, - sun_cleanup, sun_configure, sun_get_volume, sun_set_volume, @@ -45,7 +45,8 @@ sun_free, sun_playing, sun_output_time, - sun_written_time + sun_written_time, + NULL };