1
Fork 0
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:
Gareth Rees 2013-03-07 14:47:41 +00:00
parent 06afcd5752
commit 49bb7de575

View file

@ -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::