Minor code improvement

This commit is contained in:
Hugues Delorme 2015-01-29 13:25:50 +01:00
parent 3350d8936f
commit 0d43396116

View File

@ -9,7 +9,7 @@
#include <ctype.h>
#include <string.h>
#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)
{