Skip to content

Commit 5892ea3

Browse files
committed
Fixed an example output in the README.md
1 parent 08bc924 commit 5892ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ in: (a.out) foo2() (main.cpp:14)
212212
in: (a.out) bar() (main.cpp:16)
213213
in: (a.out) foo() (main.cpp:17)
214214
in: (a.out) main (main.cpp:21)
215-
in: (/usr/lib/x86_64-linux-gnu/libc.so.6) << Unknown >>
215+
in: (/usr/lib/x86_64-linux-gnu/libc.so.6) 0x29ca8
216216
in: (/usr/lib/x86_64-linux-gnu/libc.so.6) __libc_start_main + 133
217217
in: (a.out) _start + 33
218218
```

0 commit comments

Comments
 (0)