]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 23 Oct 1997 14:30:37 +0000 (14:30 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 23 Oct 1997 14:30:37 +0000 (14:30 +0000)
src/tr.c

index 4ea9b9b8d26bfad99482c74b9f545e85e564a958..5f102a5b4f342836b27c2c331c0dc0eeff952df6 100644 (file)
--- a/src/tr.c
+++ b/src/tr.c
@@ -229,7 +229,6 @@ struct E_string
    and is not escaped itself.  */
 #define ES_MATCH(ES, I, C) ((ES)->s[(I)] == (C) && !(ES)->escaped[(I)])
 
-
 char *xmalloc ();
 int safe_read ();