From c5e3e89e444cc5edae5ee02f6b9ccda57f734b83 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Mon, 30 Jan 2017 11:54:43 +0100 Subject: [PATCH] remove compiler warning --- src/StreamFormat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StreamFormat.h b/src/StreamFormat.h index a1b249c..0f1ac5b 100644 --- a/src/StreamFormat.h +++ b/src/StreamFormat.h @@ -31,7 +31,7 @@ typedef enum { skip_flag = 0x20, default_flag = 0x40, compare_flag = 0x80, - fix_width_flag = 0x100, + fix_width_flag = 0x100 } StreamFormatFlag; typedef enum {