diff options
Diffstat (limited to 'libglusterfs/src/dict.c')
| -rw-r--r-- | libglusterfs/src/dict.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/dict.c b/libglusterfs/src/dict.c index 457fc3b8517..a3b540d1ad8 100644 --- a/libglusterfs/src/dict.c +++ b/libglusterfs/src/dict.c @@ -3080,7 +3080,7 @@ out:  int32_t  dict_unserialize (char *orig_buf, int32_t size, dict_t **fill)  { -        char   *buf = orig_buf; +        char   *buf   = orig_buf;          int     ret   = -1;          int32_t count = 0;          int     i     = 0;  | 
