X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FBarCode.c;h=122ad6b1f5289691dbd43f25441799523715d88d;hp=6525889b1932eb92e1721a8f267c5f922e24dd17;hb=441dd1e480e625b9e8943261b706d0018c5f0faa;hpb=305928c5c349fa8fd0131dcf5a095e98c610e6bb diff --git a/sources/BarCode.c b/sources/BarCode.c index 6525889..122ad6b 100644 --- a/sources/BarCode.c +++ b/sources/BarCode.c @@ -29,7 +29,7 @@ * http://localhost/cgi-bin/barcode?string * where string is the code to be converted * - * $Id: BarCode.c,v 1.6 2002/06/30 13:26:17 piccardi Exp $ + * $Id: BarCode.c,v 1.7 2003/01/06 16:44:20 piccardi Exp $ * ****************************************************************/ /* @@ -65,7 +65,7 @@ int main(int argc, char *argv[], char *envp[]) }; char content[]="Content-type: image/png\n\n"; int i; - /* write mime-type to stout */ + /* write mime-type to stdout */ write(STDOUT_FILENO, content, strlen(content)); /* execute chain of command */ for (i=0; i<4; i++) {