Browse Source

Add missing #endif.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3573 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/v1.9.3
sletz 16 years ago
parent
commit
304060be4a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      common/memops.c

+ 1
- 0
common/memops.c View File

@@ -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;


Loading…
Cancel
Save