diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:48:53 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:48:53 -0700 |
commit | 3ea70059805b3ebc795f797b5880b90b6b3a9235 (patch) | |
tree | 580e215d33f103506e983e4b67739c587d8f8c5a /cxpm/cxpm.c | |
parent | 0c9e200c3975917f5d78eac67b1f4cedefd73079 (diff) |
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
git diff -w & git diff -b show no diffs from this change
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'cxpm/cxpm.c')
-rw-r--r-- | cxpm/cxpm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cxpm/cxpm.c b/cxpm/cxpm.c index 49296ee..8b8af9a 100644 --- a/cxpm/cxpm.c +++ b/cxpm/cxpm.c @@ -100,7 +100,7 @@ ErrorMessage( case XpmSuccess: return; case XpmOpenFailed: - /* L10N_Comments : Error produced when filename does not exist + /* L10N_Comments : Error produced when filename does not exist or insufficient permissions to open (i.e. cxpm /no/such/file ) */ error = gettext("Cannot open file"); break; @@ -111,7 +111,7 @@ ErrorMessage( break; case XpmNoMemory: /* L10N_Comments : Error produced when filename can be read, but - is too big for memory + is too big for memory (i.e. limit datasize 32 ; cxpm /usr/dt/backdrops/Crochet.pm ) */ error = gettext("Not enough memory"); break; |