Browse Source

* missing space added

git-svn-id: trunk@4923 -
florian 19 years ago
parent
commit
557afed6f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/inc/objpas.inc

+ 1 - 1
rtl/inc/objpas.inc

@@ -659,7 +659,7 @@
             if (i>0) then
             if (i>0) then
               getinterfaceentrybystr:=Res;
               getinterfaceentrybystr:=Res;
           end;
           end;
-          if (getinterfaceentrybystr=nil)and not(classparent=nil) then
+          if (getinterfaceentrybystr=nil) and not(classparent=nil) then
             getinterfaceentrybystr:=classparent.getinterfaceentrybystr(iidstr)
             getinterfaceentrybystr:=classparent.getinterfaceentrybystr(iidstr)
         end;
         end;