diff options
Diffstat (limited to 'qemu_mode/libcompcov/pmparser.h')
-rw-r--r-- | qemu_mode/libcompcov/pmparser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu_mode/libcompcov/pmparser.h b/qemu_mode/libcompcov/pmparser.h index d37bfcaf..a0441f33 100644 --- a/qemu_mode/libcompcov/pmparser.h +++ b/qemu_mode/libcompcov/pmparser.h @@ -103,8 +103,8 @@ void pmparser_print(procmaps_struct *map, int order); /** * gobal variables */ -// procmaps_struct* g_last_head=NULL; -// procmaps_struct* g_current=NULL; +// procmaps_struct *g_last_head=NULL; +// procmaps_struct *g_current=NULL; procmaps_iterator *pmparser_parse(int pid) { |