# HG changeset patch # User William Pitcock # Date 1240829008 18000 # Node ID 1637a04513dd47d04ea0356a66ae47ff2bb24b99 # Parent 3f023c46e40cf7cec00e32ca7e67062ecd406bef neon: unbreak compile diff -r 3f023c46e40c -r 1637a04513dd src/neon/neon.c --- a/src/neon/neon.c Mon Apr 27 05:39:42 2009 -0500 +++ b/src/neon/neon.c Mon Apr 27 05:43:28 2009 -0500 @@ -470,7 +470,7 @@ /* * The server sent us a bitrate. We might want to use it. */ - _DEBUG("ICY bitrate: %d", atoi(value); + _DEBUG("ICY bitrate: %d", atoi(value)); h->icy_metadata.stream_bitrate = atoi(value); }