whitespace

master
Amitai Schlair 2009-08-30 21:03:18 -04:00
parent fe350e8b89
commit 85844b8494
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ sub rcs_recentchanges($) {
system("env TZ=UTC cvsps -q --cvs-direct -z 30 -x >$tmpfile");
if ($? == -1) {
error "couldn't run cvsps: $!\n";
} elsif (($? >>8) != 0) {
} elsif (($? >> 8) != 0) {
error "cvsps exited " . ($? >> 8) . ": $!\n";
}