diff --git a/panda/src/pnmimagetypes/pnmFileTypeSGIWriter.cxx b/panda/src/pnmimagetypes/pnmFileTypeSGIWriter.cxx index 4955e4ee38..b2fcf5dc3f 100644 --- a/panda/src/pnmimagetypes/pnmFileTypeSGIWriter.cxx +++ b/panda/src/pnmimagetypes/pnmFileTypeSGIWriter.cxx @@ -23,9 +23,8 @@ #include "pnmImage.h" #include "pnmWriter.h" -// Much code in this file originally came from from Netpbm, -// specifically pnmtosgi.c. It has since been fairly heavily -// modified. +// Much code in this file originally came from Netpbm, specifically +// pnmtosgi.c. It has since been fairly heavily modified. /* pnmtosgi.c - convert portable anymap to SGI image **