From effa708a7fd10b12b2c7bb5be019d15341fb2702 Mon Sep 17 00:00:00 2001 From: "hajimehoshi@google.com" Date: Fri, 6 Sep 2013 04:24:44 +0000 Subject: [PATCH] Bug fix: Syntax error on ARM git-svn-id: https://cld2.googlecode.com/svn/trunk@75 b252ecd4-b096-bf77-eb8e-91563289f87e --- internal/port.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/internal/port.h b/internal/port.h index 74a376b..077e35a 100644 --- a/internal/port.h +++ b/internal/port.h @@ -121,9 +121,8 @@ inline void UNALIGNED_STORE64(void *p, uint64 v) { memcpy(p, &v, sizeof v); } -} // End namespace CLD2 - #endif +} // End namespace CLD2 #endif // BASE_PORT_H_