From 7fa98a96c06921a2787ee17267a66c82feb87ba7 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 12 Sep 2015 21:01:24 +0300 Subject: [PATCH] Fix trigraph warnings in nethackify --- nethackify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nethackify.c b/nethackify.c index 0dad60a..8ca05b1 100644 --- a/nethackify.c +++ b/nethackify.c @@ -16,7 +16,7 @@ gurkan@linuks.mine.nu char *normal ="ABCDEFGHIKLMNOPQRTUVWZbdeghjklmnoqwy:;01678"; char *nethack1="^P(|||C||||||CFCP|J/V/|cccni||nrccvv.,C|o/3"; -char *nethack2="?b?)F-(-?<_??(?(F???/??|??????r???????(???o"; +char *nethack2="?b?)F-(-?<_??\(?(F??\?/??|??????r???????\(???o"; char *nethack3=" [ [L \\ "; char *nethack4=" [ \\ "; char *nethack5=" _ \\ "; -- 2.30.2