Commit 25ee96d6 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Fix an #ifdef hidden error in cddax

parent a5df65a2
...@@ -202,10 +202,10 @@ static int64_t get_audio_position ( access_t *p_access ) ...@@ -202,10 +202,10 @@ static int64_t get_audio_position ( access_t *p_access )
else else
{ {
i_offset = p_cdda->i_lsn; i_offset = p_cdda->i_lsn;
}
#else #else
i_offset = p_cdda->i_lsn; i_offset = p_cdda->i_lsn;
#endif #endif
}
return i_offset; return i_offset;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment