From 304060be4a71fbf2cfa18b359597e657beb1f3a9 Mon Sep 17 00:00:00 2001 From: sletz Date: Wed, 1 Jul 2009 15:56:17 +0000 Subject: [PATCH] Add missing #endif. git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3573 0c269be4-1314-0410-8aa9-9f06e86f4224 --- common/memops.c | 1 + 1 file changed, 1 insertion(+) diff --git a/common/memops.c b/common/memops.c index 537beaef..5095e61d 100644 --- a/common/memops.c +++ b/common/memops.c @@ -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;