Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Guzzo committed Sep 16, 2014
1 parent ad06384 commit 3065036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fbuf.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ extern "C" {
#define FBUF_MAXLEN_NONE 0 //!< No preferred maximum length for fbuf.
#define FBUF_STATIC_INITIALIZER { 0, NULL, 0, FBUF_MAXLEN_NONE, FBUF_MINLEN, \
FBUF_FASTGROWSIZE, FBUF_SLOWGROWSIZE, 0, 0 }
#define FBUF_STATIC_INITIALIZER_PARAMS(__maxlen, __minlen, __fastrgrow, __slowgrow) \
#define FBUF_STATIC_INITIALIZER_PARAMS(__maxlen, __minlen, __fastgrow, __slowgrow) \
{ 0, NULL, 0, (__maxlen), (__minlen), (__fastgrow), (__slowgrow), 0, 0 }

typedef struct __fbuf {
Expand Down

0 comments on commit 3065036

Please sign in to comment.