Skip to content
Snippets Groups Projects
Commit ad070150 authored by rswindell's avatar rswindell
Browse files

Removed extraneous semicolon from _PACK macro definition.

parent 7731d16d
No related branches found
No related tags found
No related merge requests found
...@@ -372,7 +372,7 @@ enum { ...@@ -372,7 +372,7 @@ enum {
/************/ /************/
#ifdef __GNUC__ #ifdef __GNUC__
#define _PACK __attribute__ ((packed)); #define _PACK __attribute__ ((packed))
#else #else
#define _PACK #define _PACK
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment