summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-06-08 00:25:47 +0000
committerMartin Baulig <martin@src.gnome.org>1998-06-08 00:25:47 +0000
commit33eefd46c711edcb26ef1a6e5d4a902ff7f79654 (patch)
treeebb84d02d2c85e7d758d6e8c69e6072c3fdff21b /examples
parentbe91463190323d9208bb64c682f8e3867dc81ff7 (diff)
downloadlibgtop-33eefd46c711edcb26ef1a6e5d4a902ff7f79654.tar.gz
Minor fixes for SunOS.
Diffstat (limited to 'examples')
-rw-r--r--examples/first.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/first.c b/examples/first.c
index 741f7c7e..d93e8f3b 100644
--- a/examples/first.c
+++ b/examples/first.c
@@ -359,7 +359,5 @@ main (int argc, char *argv [])
data.proc_segment.start_code, data.proc_segment.end_code,
data.proc_segment.start_stack);
- fcloseall ();
-
exit (0);
}