summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/otps/win32/mkofm.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/otps/win32/mkofm.c')
-rw-r--r--Build/source/texk/web2c/otps/win32/mkofm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/otps/win32/mkofm.c b/Build/source/texk/web2c/otps/win32/mkofm.c
index 71aeee9d1b2..9ddd714ecaa 100644
--- a/Build/source/texk/web2c/otps/win32/mkofm.c
+++ b/Build/source/texk/web2c/otps/win32/mkofm.c
@@ -5,5 +5,5 @@
int main(int argc, char *argv[])
{
strcpy(argv[0], "mkofm");
- return spawnvp(P_WAIT, "mktextfm.exe", (const char* const*)argv);
+ return spawnvp(_P_WAIT, "mktextfm.exe", (const char* const*)argv);
}