From 777ca648ab9669d8440d9699771f639ab189c547 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Wed, 18 Jun 2003 06:49:28 +0000 Subject: [PATCH] Add missing */ --- sys/sys/elf_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h index 658da63839d..5bcdb0756fc 100644 --- a/sys/sys/elf_common.h +++ b/sys/sys/elf_common.h @@ -237,7 +237,7 @@ typedef struct { terminationfunctions. */ #define DT_RUNPATH 29 /* String table offset of a null-terminated library search path string. */ -#define DT_FLAGS 30 /* Object specific flag values. +#define DT_FLAGS 30 /* Object specific flag values. */ #define DT_ENCODING 32 /* Values greater than or equal to DT_ENCODING and less than DT_LOOS follow the rules for the interpretation of the d_un union