MacOS: include grmac.h
(+ fixed typo in comment)
This commit is contained in:
parent
3d76a9fbbe
commit
c3b680942c
@ -17,6 +17,10 @@
|
||||
#include "grwin32.h"
|
||||
#endif
|
||||
|
||||
#ifdef macintosh
|
||||
#include "grmac.h"
|
||||
#endif
|
||||
|
||||
|
||||
/**********************************************************************
|
||||
*
|
||||
@ -52,7 +56,7 @@
|
||||
|
||||
while (chain)
|
||||
{
|
||||
/* initialie the device */
|
||||
/* initialize the device */
|
||||
grDevice* device;
|
||||
|
||||
device = chain->device;
|
||||
|
Loading…
Reference in New Issue
Block a user