[comp.sys.atari.st] Fix for Laser C linea.h

koreth@ssyx.ucsc.edu (Steven Grimm) (03/30/88)

I'm posting this for a friend, so flame him if it makes your ST vanish
in a shower of sparks.  (He's gotten his Laser C manual and says it's
great...  Come on, Post Office!!!)

------------------------------
linea.h has a mistake in it.

int	textefx;

should be

int	*textefx;


This is part of the textblock declaration, I beleive.  It's correct in the
manual.