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
This commit is contained in:
Søren Sandmann
2006-01-05 22:52:59 +00:00
committed by Søren Sandmann Pedersen
parent 3c8bde00b4
commit f6d7a34ccf
4 changed files with 22 additions and 13 deletions

View File

@ -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;
}