about summary refs log tree commit diff
path: root/converter/other/x11wd.h
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-10-08 17:45:23 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-10-08 17:45:23 +0000
commitbb4ba2586d4cfe9302278a427ee4cf7a89aef53b (patch)
treee48d17b2acafd26e2367c33d96d56cf58eb1f858 /converter/other/x11wd.h
parent4b091760fddc73ffc877563b445599db21557e78 (diff)
downloadnetpbm-mirror-bb4ba2586d4cfe9302278a427ee4cf7a89aef53b.tar.gz
netpbm-mirror-bb4ba2586d4cfe9302278a427ee4cf7a89aef53b.tar.xz
netpbm-mirror-bb4ba2586d4cfe9302278a427ee4cf7a89aef53b.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4736 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/x11wd.h')
-rw-r--r--converter/other/x11wd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/other/x11wd.h b/converter/other/x11wd.h
index 7161260b..3c1d996d 100644
--- a/converter/other/x11wd.h
+++ b/converter/other/x11wd.h
@@ -55,7 +55,7 @@ typedef struct {
            instead.  That's how Pnmtoxwd sets ncolors, and is how Xwdtopnm
            interprets it.  Xwdtopnm doesn't even look at 'colormap_entries'.
 
-           This could be an old mistake; maybe colormap_entries was 
+           This could be an old mistake; maybe colormap_entries was
            originally the number of entries in the colormap, and ncolors
            was the number of distinct colors in the image (which might be
            less than colormap_entries or, for direct color, could be much
@@ -63,7 +63,7 @@ typedef struct {
         */
     xwdval ncolors;
         /* Number of entries in the color map (for direct color, it's the
-           number of entries in each of them).  See 'colormap_entries'. 
+           number of entries in each of them).  See 'colormap_entries'.
         */
     xwdval window_width;    /* Window width */
     xwdval window_height;   /* Window height */