summaryrefslogtreecommitdiff
path: root/misc/pres_minicoredumper_en.tex
diff options
context:
space:
mode:
Diffstat (limited to 'misc/pres_minicoredumper_en.tex')
-rw-r--r--misc/pres_minicoredumper_en.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/pres_minicoredumper_en.tex b/misc/pres_minicoredumper_en.tex
index 4eed24b..e288faa 100644
--- a/misc/pres_minicoredumper_en.tex
+++ b/misc/pres_minicoredumper_en.tex
@@ -497,7 +497,7 @@ $ gdb-linutronix /.../mycrasher core
Core was generated by `./mycrasher'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00000000004008d2 in main () at mycrasher.c:26
-26 *x = 0;
+26 *x = 0;
(gdb) print s
\verbbf{$1 = 0x11eb010 "my string"}
(gdb) print i
@@ -527,7 +527,7 @@ $ gdb-linutronix /.../mycrasher core
Core was generated by `./mycrasher'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00000000004008d2 in main () at mycrasher.c:26
-26 *x = 0;
+26 *x = 0;
(gdb) print s
$1 = 0x11eb010 "my string"
(gdb) print i