mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36784 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ef666cb7c1
commit
490901fc6c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
/* Define the GS_OSX_ADJUST() macro to adjust OSX style version macros
|
||||
* to GNUstep style version macros.
|
||||
*/
|
||||
#define GS_OSX_ADJUST(V) ((V) < 10000 ? (V) : ((V)/10*100 + (V)%10*10)
|
||||
#define GS_OSX_ADJUST(V) ((V) < 10000 ? (V) : ((V)/10*100 + (V)%10*10))
|
||||
|
||||
/* Define OSX compatibility version macros if necessary.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue