diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-14 15:45:33 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-14 15:45:33 (GMT) |
commit | 83514ebcf9336a0ee9330bdfa93a39de39ac6b54 (patch) | |
tree | e6d4a3cdd8f88d2e908e0c42ece5a667d218773f /generic/tkInt.h | |
parent | 7cfd623dc5324f153717a00faa7c3e080811bcbb (diff) | |
download | tk-83514ebcf9336a0ee9330bdfa93a39de39ac6b54.zip tk-83514ebcf9336a0ee9330bdfa93a39de39ac6b54.tar.gz tk-83514ebcf9336a0ee9330bdfa93a39de39ac6b54.tar.bz2 |
Add quotes to the "processing * option" error-messages, for consistancy. Some indenting fixes
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r-- | generic/tkInt.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h index a9da4ec..dc2347c 100644 --- a/generic/tkInt.h +++ b/generic/tkInt.h @@ -971,8 +971,7 @@ typedef struct { # ifndef XMaxTransChars # define XMaxTransChars 7 # endif - char trans_chars[XMaxTransChars]; - /* translated characters */ + char trans_chars[XMaxTransChars]; /* translated characters */ unsigned char nbytes; #elif !defined(MAC_OSX_TK) char *charValuePtr; /* A pointer to a string that holds the key's |