Explorar o código

* missing space added

git-svn-id: trunk@4923 -
florian %!s(int64=19) %!d(string=hai) anos
pai
achega
557afed6f3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/inc/objpas.inc

+ 1 - 1
rtl/inc/objpas.inc

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