summaryrefslogtreecommitdiff
path: root/src/tr.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-23 16:06:33 +0000
committerJim Meyering <jim@meyering.net>1993-10-23 16:06:33 +0000
commitcd908e158d3aa63039e6dd1394b8019524cdfa68 (patch)
tree79c0961639fddb619d7f6a31ba29412c067f7a72 /src/tr.c
parentb869639f4661488eba0bb2d08020c6e71bb72627 (diff)
downloadcoreutils-cd908e158d3aa63039e6dd1394b8019524cdfa68.tar.xz
merge with 1.8f
Diffstat (limited to 'src/tr.c')
-rw-r--r--src/tr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tr.c b/src/tr.c
index 19f747fe8..cb31ceba3 100644
--- a/src/tr.c
+++ b/src/tr.c
@@ -1196,6 +1196,7 @@ get_next (s, class)
abort ();
break;
}
+
return return_val;
}