diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2022-12-17 21:44:46 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2022-12-17 21:44:46 +0000 |
commit | 43df0bbe1afa3c6c09648f0c4d04f109a95217b2 (patch) | |
tree | 971d3e280f2b2f23e9b36322f0df32a765112f9e /other | |
parent | 9daf0cafaea17b00b20acbc833f5e30dacc56e73 (diff) | |
download | netpbm-mirror-43df0bbe1afa3c6c09648f0c4d04f109a95217b2.tar.gz netpbm-mirror-43df0bbe1afa3c6c09648f0c4d04f109a95217b2.tar.xz netpbm-mirror-43df0bbe1afa3c6c09648f0c4d04f109a95217b2.zip |
change comment format
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4476 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'other')
-rw-r--r-- | other/pnmcolormap.c | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/other/pnmcolormap.c b/other/pnmcolormap.c index 7da3122b..591c04c3 100644 --- a/other/pnmcolormap.c +++ b/other/pnmcolormap.c @@ -1,7 +1,6 @@ -/****************************************************************************** - pnmcolormap.c -******************************************************************************* - +/*============================================================================= + pnmcolormap +=============================================================================== Create a colormap file (a PPM image containing one pixel of each of a set of colors). Base the set of colors on an input image. @@ -20,9 +19,7 @@ copyright notice and this permission notice appear in supporting documentation. This software is provided "as is" without express or implied warranty. - -******************************************************************************/ - +=============================================================================*/ #include <assert.h> #include <math.h> |