Mercurial > emacs
changeset 107781:da85212a72c2
xfns.c (set_machine_and_pid_properties): Fix parantesis
author | Jan D <jan.h.d@swipnet.se> |
---|---|
date | Mon, 05 Apr 2010 09:35:53 +0200 |
parents | c34901ea512b |
children | 2acfb2283cec b7e386fab1a9 |
files | src/xfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Sun Apr 04 17:29:42 2010 +0200 +++ b/src/xfns.c Mon Apr 05 09:35:53 2010 +0200 @@ -3156,7 +3156,7 @@ XTextProperty text; int bytes, stringp; int do_free_text_value = 0; - long pid = (long)getpid(); + long pid = (long) getpid (); text.value = x_encode_text (Vsystem_name, Qcompound_text, 0, &bytes, &stringp,