From 0d433961163becc35d28e56a4dfa57e9a289d465 Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Thu, 29 Jan 2015 13:25:50 +0100 Subject: [PATCH] Minor code improvement --- src/gmio_stl/stl_format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gmio_stl/stl_format.c b/src/gmio_stl/stl_format.c index 596bf5e..036496b 100644 --- a/src/gmio_stl/stl_format.c +++ b/src/gmio_stl/stl_format.c @@ -9,7 +9,7 @@ #include #include -#define _INTERNAL_GMIO_FIXED_BUFFER_SIZE 512 +enum { _INTERNAL_GMIO_FIXED_BUFFER_SIZE = 512 }; gmio_stl_format_t gmio_stl_get_format(gmio_stream_t *stream, size_t data_size) {