diff options
Diffstat (limited to '')
-rw-r--r-- | src/decode.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/decode.h b/src/decode.h index f0c4e4367..5b502b873 100644 --- a/src/decode.h +++ b/src/decode.h @@ -57,12 +57,12 @@ typedef struct _DecoderControl { volatile mpd_sint8 seekable; volatile mpd_sint8 cycleLogFiles; volatile double seekWhere; - AudioFormat audioFormat; - char utf8url[MAXPATHLEN+1]; - volatile float totalTime; + AudioFormat audioFormat; + char utf8url[MAXPATHLEN + 1]; + volatile float totalTime; } DecoderControl; -void decodeSigHandler(int sig, siginfo_t * siginfo, void * v); +void decodeSigHandler(int sig, siginfo_t * siginfo, void *v); void decode(); |