summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-06-23 07:33:30 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-06-23 07:33:30 +0000
commita431fcf71728967999e6a249d90f43353fb44c19 (patch)
treef8b12a9d4b684dd53c8496e742cff232c93eb488
parentc722368dc0cf4b004773abea9f7233b3300e8f90 (diff)
#ifdef failed
-rw-r--r--src/coucal.c2
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