diff options
Diffstat (limited to 'src/ICElibint.h')
-rw-r--r-- | src/ICElibint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ICElibint.h b/src/ICElibint.h index 3df59d6..c112690 100644 --- a/src/ICElibint.h +++ b/src/ICElibint.h @@ -289,7 +289,7 @@ typedef struct { if (_pBuf > _end) { \ _bail; \ } \ -} +} #define SKIP_LISTOF_STRING(_pBuf, _swap, _count, _end, _bail) \ { \ |