summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/errortab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe/errortab.h')
-rw-r--r--src/include/gpxe/errortab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/errortab.h b/src/include/gpxe/errortab.h
index 1ca7fe55..470f7e79 100644
--- a/src/include/gpxe/errortab.h
+++ b/src/include/gpxe/errortab.h
@@ -15,6 +15,6 @@ struct errortab {
const char *text;
};
-#define __errortab __table ( errortab, 01 )
+#define __errortab __table ( struct errortab, errortab, 01 )
#endif /* _GPXE_ERRORTAB_H */