Bug fix: Syntax error on ARM

git-svn-id: https://cld2.googlecode.com/svn/trunk@75 b252ecd4-b096-bf77-eb8e-91563289f87e
This commit is contained in:
hajimehoshi@google.com
2013-09-06 04:24:44 +00:00
parent 622f0da9cb
commit effa708a7f

View File

@@ -121,9 +121,8 @@ inline void UNALIGNED_STORE64(void *p, uint64 v) {
memcpy(p, &v, sizeof v); memcpy(p, &v, sizeof v);
} }
} // End namespace CLD2
#endif #endif
} // End namespace CLD2
#endif // BASE_PORT_H_ #endif // BASE_PORT_H_