summaryrefslogtreecommitdiff
path: root/ext/phar/gdbhelp
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/gdbhelp')
-rw-r--r--ext/phar/gdbhelp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/phar/gdbhelp b/ext/phar/gdbhelp
index 5411858671..14ff89c56b 100644
--- a/ext/phar/gdbhelp
+++ b/ext/phar/gdbhelp
@@ -21,9 +21,9 @@ define ____print_pharht
set $temp = *(phar_archive_data*)$p->pDataPtr
____print_str $temp.fname $temp.fname_len
printf " => "
-
+
if $arg1 == 0
-
+
printf "%i (alias ", $temp.refcount
____print_str $temp.alias $temp.alias_len
printf ")\n"