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
36457345
Commit
36457345
authored
Feb 11, 1996
by
Richard M. Stallman
Browse files
(xmalloc_widget_value): Fix previous change.
parent
210fbc32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/xmenu.c
src/xmenu.c
+2
-2
No files found.
src/xmenu.c
View file @
36457345
...
@@ -118,10 +118,10 @@ static void list_of_items ();
...
@@ -118,10 +118,10 @@ static void list_of_items ();
/* Allocate a widget_value, blocking input. */
/* Allocate a widget_value, blocking input. */
widget_value
widget_value
*
xmalloc_widget_value
()
xmalloc_widget_value
()
{
{
widget_value
value
;
widget_value
*
value
;
BLOCK_INPUT
;
BLOCK_INPUT
;
value
=
malloc_widget_value
();
value
=
malloc_widget_value
();
...
...
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