diff options
Diffstat (limited to 'gprof/sym_ids.c')
-rw-r--r-- | gprof/sym_ids.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/sym_ids.c b/gprof/sym_ids.c index 9e0feaa..412c8d4 100644 --- a/gprof/sym_ids.c +++ b/gprof/sym_ids.c @@ -46,7 +46,7 @@ static Sym_Table right_ids; static Source_File non_existent_file = { - 0, "<non-existent-file>" + 0, "<non-existent-file>", 0, 0, 0, NULL }; |