1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-23 07:12:12 -07:00

Fix typo.

Copied from Perforce
 Change: 194726
This commit is contained in:
Gareth Rees 2018-07-24 07:44:26 +01:00
parent 3e5e24d414
commit 1dd87de76c

View file

@ -13,7 +13,7 @@
#include "mpm.h"
#if !defined(MPS_OS_W3)
#error "spw3i3.c is specific to MPS_OS_W3"
#error "spw3i6.c is specific to MPS_OS_W3"
#endif
#include <stdlib.h> /* _alloca */
@ -21,7 +21,7 @@
void StackProbe(Size depth)
{
(void)_alloca(depth*sizeof(Word));
(void)_alloca(depth * sizeof(Word));
}