normalization.c: compute_shifts: remove redundant return
commit5aa4c23b8c4739b4b0a327fbbd12d446811f2af7
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 4 May 2008 19:20:42 +0000 (4 21:20 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 4 May 2008 19:20:42 +0000 (4 21:20 +0200)
tree45ba5e7d2a2ebed999ae7dc5f4f0fceccafc31d0
parent64fc3a6980feedf0bdb458a1a3b49a761dca923d
normalization.c: compute_shifts: remove redundant return

The old return value is passed as an argument since
5bf1034ac118d0e8b631ae8603db3cff94d7ce90 (normalization.c:
skew_to_positive_orthant: properly handle unions), but
the actual return statement was kept by mistake.
normalization.c