aboutsummaryrefslogtreecommitdiff
path: root/src/hello/gnunet-hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hello/gnunet-hello.c')
-rw-r--r--src/hello/gnunet-hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hello/gnunet-hello.c b/src/hello/gnunet-hello.c
index cbbdce3da..bc35cdd32 100644
--- a/src/hello/gnunet-hello.c
+++ b/src/hello/gnunet-hello.c
@@ -156,7 +156,7 @@ main (int argc, char *argv[])
156 return 1; 156 return 1;
157 } 157 }
158 { 158 {
159 char buf[fsize]; 159 char buf[fsize] GNUNET_ALIGN;
160 160
161 GNUNET_assert (fsize == 161 GNUNET_assert (fsize ==
162 GNUNET_DISK_file_read (fh, buf, fsize)); 162 GNUNET_DISK_file_read (fh, buf, fsize));