diff options
author | Matt Turner <mattst88@gmail.com> | 2011-08-02 00:38:59 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2011-08-02 00:38:59 -0400 |
commit | 4b7af3dca51bccb86816d7c0e8995ce009f9999e (patch) | |
tree | f8e1037d6e583ffc5f7b571e188fc5fdeadd39bb /src/Xaw3dP.c | |
parent | 004a1d1746c62bb44b440df66f196d27d12d16d6 (diff) |
Strip trailing whitespace.
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/Xaw3dP.c')
-rw-r--r-- | src/Xaw3dP.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xaw3dP.c b/src/Xaw3dP.c index b3b26f7..d31dc11 100644 --- a/src/Xaw3dP.c +++ b/src/Xaw3dP.c @@ -53,7 +53,7 @@ Screen *scn; { XColor exact; - (void)XAllocNamedColor(dpy, DefaultColormapOfScreen(scn), + (void)XAllocNamedColor(dpy, DefaultColormapOfScreen(scn), "gray", &Gray, &exact); /* Blindflug */ } |