X-Git-Url: http://git.shiar.net/unifont.git/blobdiff_plain/97511ef2ebd8e36eb5765eaa6f2f19ea97f88161..8e42f3d15c39e5c98149c9647c0cc1a318e9321a:/src/hexbraille diff --git a/src/hexbraille b/src/hexbraille index 18dc616..c2f8e8b 100755 --- a/src/hexbraille +++ b/src/hexbraille @@ -44,5 +44,5 @@ for ($c = 0; $c < 256; ++ $c) $c & 64 ? 3 : 2, $c & 128 ? 6 : 2, $c & 64 ? 3 : 0, $c & 128 ? 6 : 0 - ); + ) or die ("Cannot print to stdout.\n"); }