View | Details | Raw Unified | Return to bug 16810
Collapse All | Expand All

(-)bs.c.new (-1 / +1 lines)
Lines 821-827 Link Here
821
	    m = " Glub, glub -- my %s is headed for the bottom!";
821
	    m = " Glub, glub -- my %s is headed for the bottom!";
822
	    break;
822
	    break;
823
	case 4:
823
	case 4:
824
	    m = " You'll pick up survivors from my my %s, I hope...!";
824
	    m = " You'll pick up survivors from my %s, I hope...!";
825
	    break;
825
	    break;
826
	}
826
	}
827
	(void)printw(m, ss->name);
827
	(void)printw(m, ss->name);

Return to bug 16810