diff options
Diffstat (limited to 'runtime/stat.c')
-rw-r--r-- | runtime/stat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/stat.c b/runtime/stat.c index 98a283cf..cf224e5e 100644 --- a/runtime/stat.c +++ b/runtime/stat.c @@ -1,6 +1,6 @@ /* -*- linux-c -*- * Statistics Aggregation - * Copyright (C) 2005 Red Hat Inc. + * Copyright (C) 2005, 2007 Red Hat Inc. * Copyright (C) 2006 Intel Corporation * * This file is part of systemtap, and is free software. You can @@ -246,7 +246,7 @@ static void __stp_stat_print (char *fmt, Stat st, stat *sd, int cpu) if (*f) f++; } - _stp_print_cstr ("\n"); + _stp_print_char('\n'); _stp_print_flush(); } |