Commit 785e8273 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Oops!

parent 2f605e8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -335,7 +335,7 @@ void sk_sort(STACK *st)

int sk_is_sorted(const STACK *st)
	{
	if (st)
	if (!st)
		return 1;
	return st->sorted;
	}