diff options
Diffstat (limited to 'src/gc.h')
-rw-r--r-- | src/gc.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -49,7 +49,6 @@ in this Software without prior written authorization from The Open Group. /** OR PERFORMANCE OF THIS SOFTWARE. **/ /*****************************************************************************/ - /********************************************************************** * * GC related externs @@ -61,6 +60,6 @@ in this Software without prior written authorization from The Open Group. #ifndef _GC_ #define _GC_ -extern void CreateGCs( void ); +extern void CreateGCs(void); -#endif /* _GC_ */ +#endif /* _GC_ */ |