gmio_core/internal: fix error in code example

This commit is contained in:
Hugues Delorme 2015-11-23 16:51:02 +01:00
parent 83cf16b11f
commit 82270193e6

View File

@ -48,7 +48,7 @@ typedef struct gmio_string gmio_string_t;
* *
* Example: * Example:
* \code * \code
* const char token[] = "woops"; * static const char token[] = "woops";
* gmio_const_string_t token_s = GMIO_CONST_STRING_FROM_ARRAY(token); * gmio_const_string_t token_s = GMIO_CONST_STRING_FROM_ARRAY(token);
* \endcode * \endcode
*/ */