diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-01 10:07:45 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-01 10:07:45 (GMT) |
commit | 491465f7f1042b9a347f579cc49f5ba49e9377dc (patch) | |
tree | 3449360f380cbdb2c873b24a6d09a9e42e333fb4 /xlib | |
parent | cba0849390d99fbc8c07d7df1d35abb4dfca9c43 (diff) | |
download | tk-491465f7f1042b9a347f579cc49f5ba49e9377dc.zip tk-491465f7f1042b9a347f579cc49f5ba49e9377dc.tar.gz tk-491465f7f1042b9a347f579cc49f5ba49e9377dc.tar.bz2 |
various end-of-line spaces
Diffstat (limited to 'xlib')
-rw-r--r-- | xlib/xcolors.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlib/xcolors.c b/xlib/xcolors.c index 36dc67c..78fd44b 100644 --- a/xlib/xcolors.c +++ b/xlib/xcolors.c @@ -350,11 +350,11 @@ XParseColor( * digits in the spec. Ergo, it is not a vailid color string. * (Bug f0188aca9e) */ - + if (*p != '\0') { return 0; } - + switch ((int)(p-spec)) { case 3: colorPtr->red = US(((value >> 8) & 0xf) * 0x1111); |