From acae467b661dff6839c3d23da08cd21c3967c419 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 24 Jun 2008 10:50:44 +0200 Subject: client: Fix comment --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.c b/src/main.c index 0b8b4e0..51ab7cb 100644 --- a/src/main.c +++ b/src/main.c @@ -261,7 +261,7 @@ int main (int argc, char **argv) { if (player.url != NULL) { scrobbleSong.length = BarSamplesToSeconds (player.samplerate, player.channels, player.sampleSizeN); - /* scrobble when >= 90% are played */ + /* scrobble when >= nn% are played */ if (BarSamplesToSeconds (player.samplerate, player.channels, player.sampleSizeCurr) * 100 / scrobbleSong.length >= -- cgit v1.2.3