X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/ceb3f0c0a3b7bb3fa3250d31b04c382894095e52..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)