This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
freepascal.compiler
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
* Fixed typo
git-svn-id: trunk@19949 -
Legolas
13 years ago
parent
66ec137f09
commit
96cab58ab4
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
packages/libndsfpc/examples/gl2d/2Dplus3D/vbuffer.pas
+ 1
- 1
packages/libndsfpc/examples/gl2d/2Dplus3D/vbuffer.pas
View File
@@ -5,7 +5,7 @@
TVertexbuffer class
TVertexbuffer class
*)
*)
-
*
+
unit VBuffer;
unit VBuffer;
{$mode objfpc}
{$mode objfpc}