diff options
Diffstat (limited to 'src/common/swap.h')
| -rw-r--r-- | src/common/swap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/swap.h b/src/common/swap.h index 7e37655bf..588cebc70 100644 --- a/src/common/swap.h +++ b/src/common/swap.h | |||
| @@ -135,7 +135,7 @@ template <> | |||
| 135 | inline void swap<8>(u8* data) { | 135 | inline void swap<8>(u8* data) { |
| 136 | *reinterpret_cast<u64*>(data) = swap64(data); | 136 | *reinterpret_cast<u64*>(data) = swap64(data); |
| 137 | } | 137 | } |
| 138 | 138 | ||
| 139 | } // Namespace Common | 139 | } // Namespace Common |
| 140 | 140 | ||
| 141 | 141 | ||