diff src/xfns.c @ 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 24c4451bcaf7
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,