mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Fix typo in mingw code
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20777 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d5f073ab12
commit
657e38c038
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ NSLogv (NSString* format, va_list args)
|
|||
_NSLog_printf_handler = *_NSLog_standard_printf_handler;
|
||||
|
||||
#if defined(__MINGW__)
|
||||
pid = (int)GetCurrentProcessId(),
|
||||
pid = (int)GetCurrentProcessId();
|
||||
#else
|
||||
pid = (int)getpid();
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue