瀏覽代碼

- space removed

mazen 22 年之前
父節點
當前提交
9e5d6dc00b
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      rtl/inc/generic.inc

+ 5 - 2
rtl/inc/generic.inc

@@ -118,7 +118,7 @@ begin
   while (bytearray(buf)[I]<>b) and (I<Len) do
   while (bytearray(buf)[I]<>b) and (I<Len) do
    inc(I);
    inc(I);
   if (i=Len) then
   if (i=Len) then
-   i:=-1;                                {Can't use 0, since it is a possible value}
+   i:=-1;                      {Can't use 0, since it is a possible value}
   IndexByte:=I;
   IndexByte:=I;
 end;
 end;
 {$endif not FPC_SYSTEM_HAS_INDEXBYTE}
 {$endif not FPC_SYSTEM_HAS_INDEXBYTE}
@@ -965,7 +965,10 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.46  2003-01-06 23:04:21  mazen
+  Revision 1.47  2003-01-07 22:04:12  mazen
+  - space removed
+
+  Revision 1.46  2003/01/06 23:04:21  mazen
   * functions headers modified in generic.inc to make it possible compiling sparc
   * functions headers modified in generic.inc to make it possible compiling sparc
     RTL based on generic code
     RTL based on generic code