X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=util%2Ftrunc.c;h=55cb19d3175a0524199643f25ee617ae2fedb739;hp=fb52ec2564505cdacc5a24312b3eb91d439f3a2c;hb=76bd534668b513f627dea1c9684eaf78f9f36948;hpb=2f5e7187a2b0d970b93bf4d13f66dcb88fa1a0bb diff --git a/util/trunc.c b/util/trunc.c index fb52ec25..55cb19d3 100644 --- a/util/trunc.c +++ b/util/trunc.c @@ -3,7 +3,7 @@ * * Copyright (C) 2008 Micah J. Cowan * - * Copying and distribution of this file, with or without modification, + * Copying and distribution of this file, with or without modification, * are permitted in any medium without royalty provided the copyright * notice and this notice are preserved. */ @@ -62,7 +62,7 @@ get_size (const char str[]) { val *= 1024 * 1024; } - + return val; }