From: Jan D Date: Mon, 5 Apr 2010 07:35:53 +0000 (+0200) Subject: xfns.c (set_machine_and_pid_properties): Fix parantesis X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~586 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac61e7e14f58895aefc97a62b63e04e9330eada3;p=emacs.git xfns.c (set_machine_and_pid_properties): Fix parantesis --- 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) 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,