diff options
| author | Jan D | 2010-04-05 09:35:53 +0200 |
|---|---|---|
| committer | Jan D | 2010-04-05 09:35:53 +0200 |
| commit | ac61e7e14f58895aefc97a62b63e04e9330eada3 (patch) | |
| tree | 6937db9e62c26052dd2bc527c934fb46f5608073 | |
| parent | 6c1b5a1c01eb36ac3aab3bc44f7ac06050971ea8 (diff) | |
| download | emacs-ac61e7e14f58895aefc97a62b63e04e9330eada3.tar.gz emacs-ac61e7e14f58895aefc97a62b63e04e9330eada3.zip | |
xfns.c (set_machine_and_pid_properties): Fix parantesis
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index a2065ac19a5..4ec13b7e50d 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -3156,7 +3156,7 @@ set_machine_and_pid_properties (struct frame *f) | |||
| 3156 | XTextProperty text; | 3156 | XTextProperty text; |
| 3157 | int bytes, stringp; | 3157 | int bytes, stringp; |
| 3158 | int do_free_text_value = 0; | 3158 | int do_free_text_value = 0; |
| 3159 | long pid = (long)getpid(); | 3159 | long pid = (long) getpid (); |
| 3160 | 3160 | ||
| 3161 | text.value = x_encode_text (Vsystem_name, | 3161 | text.value = x_encode_text (Vsystem_name, |
| 3162 | Qcompound_text, 0, &bytes, &stringp, | 3162 | Qcompound_text, 0, &bytes, &stringp, |