diff options
Diffstat (limited to 'Build/source/texk/web2c/otps/outocp.c')
-rw-r--r-- | Build/source/texk/web2c/otps/outocp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/otps/outocp.c b/Build/source/texk/web2c/otps/outocp.c index be2fe297018..4b5e6dcc34c 100644 --- a/Build/source/texk/web2c/otps/outocp.c +++ b/Build/source/texk/web2c/otps/outocp.c @@ -29,7 +29,7 @@ along with Omega; if not, write to the Free Software Foundation, Inc., #include <kpathsea/tex-file.h> #include "otp.h" -char *otp_names[] = { +const char *otp_names[] = { " ", "OTP_RIGHT_OUTPUT ", "OTP_RIGHT_NUM ", |