diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-11 17:29:01 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-11 17:29:01 +0000 |
commit | 7b9cd8f0ea316b0a3cc47d9ba686a019be9b955c (patch) | |
tree | 56d4d667cdba1bbfbcba73315fbda4770c845fc2 | |
parent | 846be114022639b7d7033ca6ab56113409e4e6ef (diff) | |
download | perl-7b9cd8f0ea316b0a3cc47d9ba686a019be9b955c.tar.gz |
Can't spell worth a dam. (Try Three Gorges.)
p4raw-id: //depot/perl@13627
-rw-r--r-- | beos/beos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/beos.c b/beos/beos.c index f0e8147109..a9f6f38a96 100644 --- a/beos/beos.c +++ b/beos/beos.c @@ -10,7 +10,7 @@ pid_t beos_waitpid(pid_t process_id, int *status_location, int options) { pid_t got = waitpid(procedd_is, status_location, options); - if (status_localtion) + if (status_location) *status_location <<= 8; return got; } |