Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ac61e7e1
Commit
ac61e7e1
authored
Apr 05, 2010
by
Jan D
Browse files
xfns.c (set_machine_and_pid_properties): Fix parantesis
parent
6c1b5a1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xfns.c
src/xfns.c
+1
-1
No files found.
src/xfns.c
View file @
ac61e7e1
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment