diff options
Diffstat (limited to 'src/xfns.c')
-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) 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, |