From 9b29ac7ea714507a9c0690620c02c8ca5ab25f90 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Tue, 22 Jan 2008 21:54:45 +0000 Subject: 20080122-2200 --- appl/lib/readgif.b | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appl/lib/readgif.b') diff --git a/appl/lib/readgif.b b/appl/lib/readgif.b index 3c3bb486..2b3cc31f 100644 --- a/appl/lib/readgif.b +++ b/appl/lib/readgif.b @@ -222,7 +222,7 @@ skipextension(h: ref Header): string hsize := 0; hasdata := 0; - case XX := h.fd.getb(){ + case h.fd.getb(){ Bufio->ERROR or Bufio->EOF => return sys->sprint(readerr); 16r01 => # Plain Text Extension -- cgit v1.2.3