X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/c3caa2face1cda7002eb58245ad75865bf437455..3e248c3b5b309bc03eb5f70762d3f5671d51f996:/.gdbinit diff --git a/.gdbinit b/.gdbinit index c4147c3..e4db89b 100644 --- a/.gdbinit +++ b/.gdbinit @@ -17,11 +17,11 @@ define mp-printr call (void)fputs("0x", stdout) else if $arg0 == 8 - call (void)fputs("0", stdout) + call (void)fputs("0", stdout) else - if $arg0 != 10 - call (void)fputs("$arg0:", stdout) - end + if $arg0 != 10 + call (void)fputs("$arg0:", stdout) + end end end call (void)mp_writefile($arg1, stdout, $arg0)