X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=ppdc%2Fppdc-source.cxx;h=3b211534715960bd79003540e36a2564753d632f;hb=41681883895f928191cfa6472b453d9753cc26ec;hp=5069a877704565288d18a912d85ee2e921d9dbe2;hpb=5a662dc06039959a7a12925c21abf9d2e233b618;p=thirdparty%2Fcups.git diff --git a/ppdc/ppdc-source.cxx b/ppdc/ppdc-source.cxx index 5069a8777..3b2115347 100644 --- a/ppdc/ppdc-source.cxx +++ b/ppdc/ppdc-source.cxx @@ -3,7 +3,7 @@ // // Source class for the CUPS PPD Compiler. // -// Copyright 2007-2009 by Apple Inc. +// Copyright 2007-2010 by Apple Inc. // Copyright 2002-2007 by Easy Software Products. // // These coded instructions, statements, and computer programs are the @@ -3514,7 +3514,8 @@ ppdcSource::write_file(const char *f) // I - File to write for (d = (ppdcDriver *)drivers->first(); d; d = (ppdcDriver *)drivers->next()) { // Start the driver... - cupsFilePrintf(fp, "\n// %s %s\n", d->manufacturer->value, d->model_name->value); + cupsFilePrintf(fp, "\n// %s %s\n", d->manufacturer->value, + d->model_name->value); cupsFilePuts(fp, "{\n"); // Write the copyright stings...