diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/coucal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coucal.c b/src/coucal.c index 21db4eb..d4ab9e4 100644 --- a/src/coucal.c +++ b/src/coucal.c @@ -59,7 +59,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #if (!defined(HTS_INTHASH_USES_MD5) && !defined(HTS_INTHASH_USES_MURMUR)) /* Temporry: fixing Invalid address alignment issues */ -#ifdef defined(__ANDROID__) +#if defined(__ANDROID__) #define HTS_INTHASH_USES_MD5 1 #else #define HTS_INTHASH_USES_MURMUR 1 |