[Plib-cvs] plib/src/ssg ssgconf.h,1.12,1.13
Brought to you by:
sjbaker
From: Wolfram K. <wol...@us...> - 2004-09-13 10:57:41
|
Update of /cvsroot/plib/plib/src/ssg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22639/ssg Modified Files: ssgconf.h Log Message: Fixed typo Index: ssgconf.h =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/ssgconf.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- ssgconf.h 12 Dec 2003 18:23:55 -0000 1.12 +++ ssgconf.h 13 Sep 2004 10:57:32 -0000 1.13 @@ -32,7 +32,7 @@ * library that you will not be using. I wish I could figure out how to * automate this, but I can't do that without making it seriously hard * on the users. So if you are not using an ability, change the #define - * to and #undef, and that part of the library will not be compiled. If + * to an #undef, and that part of the library will not be compiled. If * your linker can't find a function, you may want to make sure the * ability is defined here. */ |