summaryrefslogtreecommitdiffstats
path: root/src/core/background.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/background.c')
-rw-r--r--src/core/background.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/background.c b/src/core/background.c
index 1cec05a51..e0dceaef3 100644
--- a/src/core/background.c
+++ b/src/core/background.c
@@ -1,7 +1,9 @@
#include "background.h"
-static struct background backgrounds[0] __table_start ( background );
-static struct background backgrounds_end[0] __table_end ( background );
+static struct background backgrounds[0]
+ __table_start ( struct background, background );
+static struct background backgrounds_end[0]
+ __table_end ( struct background, background );
/** @file */