]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/uudecode.c
SourceFormat Enforcement
[thirdparty/squid.git] / lib / uudecode.c
index f5c6f4691f124d28c3fb56aa03d7ca82f8391384..d4005b33bd9491ab5e6e8dfe0e2ebbbc27edd8f6 100644 (file)
@@ -70,3 +70,4 @@ uudecode(const char *bufcoded)
     bufplain[nbytesdecoded] = '\0';
     return bufplain;
 }
+