diff options
Diffstat (limited to 'src/include/background.h')
| -rw-r--r-- | src/include/background.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/background.h b/src/include/background.h index 40706cd7e..6f39d394a 100644 --- a/src/include/background.h +++ b/src/include/background.h @@ -40,7 +40,7 @@ struct background { }; /** A member of the background protocols table */ -#define __background __table ( background, 01 ) +#define __background __table ( struct background, background, 01 ) /* Functions in background.c */ |
