X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fhello%2Fgnunet-hello.c;h=bc35cdd3214c63ed7417e98138d9c0d5198587f5;hb=f736b24935d66733e9a53798fbc87dbc8aff9fca;hp=cbbdce3da285ccaaed246a0469ee94f7affcc2da;hpb=b3e1d0806fb274c62a5acf19c56369b71f992312;p=oweals%2Fgnunet.git 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[]) return 1; } { - char buf[fsize]; + char buf[fsize] GNUNET_ALIGN; GNUNET_assert (fsize == GNUNET_DISK_file_read (fh, buf, fsize));