diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32select.c b/src/w32select.c index 2cb527c04ce..2877e1657cc 100644 --- a/src/w32select.c +++ b/src/w32select.c | |||
| @@ -127,7 +127,7 @@ DEFUN ("w32-set-clipboard-data", Fw32_set_clipboard_data, Sw32_set_clipboard_dat | |||
| 127 | /* Since we are now handling multilingual text, we must consider | 127 | /* Since we are now handling multilingual text, we must consider |
| 128 | encoding text for the clipboard. */ | 128 | encoding text for the clipboard. */ |
| 129 | int charset_info = find_charset_in_text (src, XSTRING (string)->size, | 129 | int charset_info = find_charset_in_text (src, XSTRING (string)->size, |
| 130 | nbytes, NULL, QNil); | 130 | nbytes, NULL, Qnil); |
| 131 | 131 | ||
| 132 | if (charset_info == 0) | 132 | if (charset_info == 0) |
| 133 | { | 133 | { |