cupsprinter: fixed uninitialized var

git-svn-id: trunk@41304 -
This commit is contained in:
mattias 2013-05-20 01:35:00 +00:00
parent c9973c0343
commit 0281293a6a

View File

@ -489,7 +489,7 @@ var
begin
result := nil;
if (fcupsPrinter=nil) or (fcupsppd=nil) or (option=nil) then
if (fcupsPrinter=nil) or (fcupsppd=nil) then
exit;
option := ppdFindOption(fcupsppd, pchar(OptionStr));