mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-10 16:20:42 +00:00
Removed spurious semicolon
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9054 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
11fbedeedf
commit
2d50f4d390
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@
|
|||
|
||||
// Getting a Version
|
||||
|
||||
- (unsigned int) systemVersion;
|
||||
- (unsigned int) systemVersion
|
||||
{
|
||||
return (((GNUSTEP_BASE_MAJOR_VERSION * 100)
|
||||
+ GNUSTEP_BASE_MINOR_VERSION) * 100) + GNUSTEP_BASE_SUBMINOR_VERSION;
|
||||
|
|
Loading…
Reference in a new issue