diff options
| -rw-r--r-- | gcc/ada/expect.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/expect.c b/gcc/ada/expect.c index d00dfd5..323618e 100644 --- a/gcc/ada/expect.c +++ b/gcc/ada/expect.c @@ -195,7 +195,7 @@ __gnat_waitpid (int pid) int status = 0; waitpid (pid, &status, 0); - status = WEXITSTATUS (status); + status = WEXITSTATUS (status); return status; } @@ -346,7 +346,7 @@ __gnat_waitpid (int pid) int status = 0; waitpid (pid, &status, 0); - status = WEXITSTATUS (status); + status = WEXITSTATUS (status); return status; } |
