diff options
Diffstat (limited to 'src/ICElibint.h')
-rw-r--r-- | src/ICElibint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ICElibint.h b/src/ICElibint.h index b4f8db5..9a5a41a 100644 --- a/src/ICElibint.h +++ b/src/ICElibint.h @@ -244,7 +244,7 @@ typedef struct { } - + /* * Byte swapping */ @@ -259,7 +259,7 @@ typedef struct { #define lswaps(_val) ((((_val) & 0xff) << 8) | (((_val) >> 8) & 0xff)) - + /* * ICE replies (not processed via callbacks because we block) */ |