summaryrefslogtreecommitdiff
path: root/apps/replaygain.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/replaygain.c')
-rw-r--r--apps/replaygain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/replaygain.c b/apps/replaygain.c
index bcdbffec5c..6ece1104b4 100644
--- a/apps/replaygain.c
+++ b/apps/replaygain.c
@@ -48,8 +48,8 @@ static long fp_atof(const char* s, int precision)
48 bool point = false; 48 bool point = false;
49 49
50 while ((*s != '\0') && isspace(*s)) 50 while ((*s != '\0') && isspace(*s))
51 { 51 {
52 s++; 52 s++;
53 } 53 }
54 54
55 if (*s == '-') 55 if (*s == '-')