Skip to content
Snippets Groups Projects
Commit 304060be authored by sletz's avatar sletz
Browse files

Add missing #endif.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3573 0c269be4-1314-0410-8aa9-9f06e86f4224
parent ea637a52
No related branches found
No related tags found
No related merge requests found
......@@ -467,6 +467,7 @@ void sample_move_dS_s24 (jack_default_audio_sample_t *dst, char *src, unsigned l
dst += 4;
nsamples -= 4;
}
#endif
while (nsamples--) {
int x;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment