Browse Source

Merge pull request #88 from HurryStarfish/patch-2

Fixed linker error for GCCollectALittle
Brucey 6 năm trước cách đây
mục cha
commit
f8188fe3b4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      blitz.mod/blitz.bmx

+ 1 - 1
blitz.mod/blitz.bmx

@@ -453,7 +453,7 @@ about:
 This function will have no effect if the garbage collector has been
 suspended due to #GCSuspend.
 End Rem
-Function GCCollectALittle:Int()="bbGCCollectAlittle"
+Function GCCollectALittle:Int()="bbGCCollectALittle"
 
 Rem
 bbdoc: Memory allocated by application