summaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorSøren Sandmann <sandmann@redhat.com>2006-01-05 22:52:59 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2006-01-05 22:52:59 +0000
commitf6d7a34ccf67afd401bea774675adc466c969c12 (patch)
treecd140b406c04569680540942995a89c9cb54fe8c /module
parent3c8bde00b4fa9035934be5b90b865adc73c14a26 (diff)
small updates cosmetic updates cosmetic updates
Thu Jan 5 17:52:10 2006 Søren Sandmann <sandmann@redhat.com> * TODO: small updates * sysprof.c: cosmetic updates * module/sysprof-module.c: cosmetic updates
Diffstat (limited to 'module')
-rw-r--r--module/sysprof-module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/sysprof-module.c b/module/sysprof-module.c
index d381590..bc5991e 100644
--- a/module/sysprof-module.c
+++ b/module/sysprof-module.c
@@ -95,7 +95,7 @@ read_frame (void *frame_pointer, StackFrame *frame)
if (__copy_from_user_inatomic (
frame, frame_pointer, sizeof (StackFrame)))
- return 2;
+ return 1;
return 0;
}