mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-29 09:43:56 -07:00
Fix typo ("arg" for "argc"); add destructor calls to example.
Copied from Perforce Change: 181075 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
06afcd5752
commit
49bb7de575
1 changed files with 4 additions and 1 deletions
|
|
@ -182,7 +182,10 @@ registers a thread root and then calls the program::
|
|||
0);
|
||||
if (res != MPS_RES_OK) error("Couldn't create root");
|
||||
|
||||
exit_code = start(arg, argv);
|
||||
exit_code = start(argc, argv);
|
||||
|
||||
mps_root_destroy(reg_root);
|
||||
mps_thread_dereg(thread);
|
||||
|
||||
|
||||
.. index::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue