aboutsummaryrefslogtreecommitdiff
path: root/src/json/json_mhd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/json/json_mhd.c')
-rw-r--r--src/json/json_mhd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json/json_mhd.c b/src/json/json_mhd.c
index 0cc2e92dc..3a711b4f4 100644
--- a/src/json/json_mhd.c
+++ b/src/json/json_mhd.c
@@ -116,7 +116,7 @@ buffer_deinit (struct Buffer *buf)
116 * @param data_size the size of @a data 116 * @param data_size the size of @a data
117 * @param max_size maximum size that the buffer can grow to 117 * @param max_size maximum size that the buffer can grow to
118 * @return #GNUNET_OK on success, 118 * @return #GNUNET_OK on success,
119 * #GNUNET_NO if the buffer can't accomodate for the new data 119 * #GNUNET_NO if the buffer can't accommodate for the new data
120 */ 120 */
121static int 121static int
122buffer_append (struct Buffer *buf, 122buffer_append (struct Buffer *buf,