From 88ced831c14a6d6c6634630bcdd7c692085718c3 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Tue, 10 Mar 2020 22:56:26 +0100 Subject: forkserver defaults --- qemu_mode/libcompcov/pmparser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qemu_mode/libcompcov/pmparser.h') 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) { -- cgit 1.4.1