Fix trigraph warnings in nethackify
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 12 Sep 2015 18:01:24 +0000 (21:01 +0300)
committerJoey Hess <joeyh@joeyh.name>
Sat, 12 Sep 2015 21:15:30 +0000 (17:15 -0400)
nethackify.c

index 0dad60a68009b2484e74ef1b3f091c3d869d497b..8ca05b12082ab60b830621d8a2139e50b3f949d7 100644 (file)
@@ -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="    _               \\                      ";
This page took 0.01133 seconds and 4 git commands to generate.