git » fp-git.git » commit a43374f

added last character

author ecalot
2005-01-27 03:43:29 UTC
committer ecalot
2005-01-27 03:43:29 UTC
parent 47f031ec2639c5de2b3744bdf56bf144ee9afcd9

added last character

stuff/modtools/font/raw2text.c +1 -1

diff --git a/stuff/modtools/font/raw2text.c b/stuff/modtools/font/raw2text.c
index 9d3e87c..8ef64b0 100644
--- a/stuff/modtools/font/raw2text.c
+++ b/stuff/modtools/font/raw2text.c
@@ -4,7 +4,7 @@ int main(int a, char** b) {
 	FILE* fp;
 	char c,o;
 	int i,j,g;
-	char *chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890 -:.;,<>\\/*!\"$%&/()=@^[]'\"-_";
+	char *chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890 -:.;,<>\\/*!\"$%&/()=@^`[]'\"-_";
 	char* s;
 	int pos_x[92] = {0, 7, 14, 21, 28, 34, 40, 47, 54, 59, 66, 74, 80,
 		89, 96, 103, 110, 117, 124, 131, 138, 145, 152, 161, 168, 175, 184,