aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-06-13 23:43:28 +1000
committerGravatar axel <axel@liljencrantz.se>2006-06-13 23:43:28 +1000
commit0361423469ec3c70d3e053ef475e2bed686b86d8 (patch)
tree676f2fefc6395bec0595e265caa912471faef1f2 /proc.c
parent9aee2b7c9c412e9e0bb2ddc4c8f6e27af5be1de8 (diff)
Major restructuring of the buildsystem, meaning that the documentation doesn't needlessly rebuild itself, and the size of the fish binary drops slightly
darcs-hash:20060613134328-ac50b-05ae75eb5cc081b680f38e8866fac00a679cc266.gz
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/proc.c b/proc.c
index b3519e2d..56c43ebd 100644
--- a/proc.c
+++ b/proc.c
@@ -171,6 +171,7 @@ void proc_destroy()
void proc_set_last_status( int s )
{
+
last_status = s;
// fwprintf( stderr, L"Set last status to %d\n", s );
}