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