From 0e1d1f36f084135c1a25e72ceed671bb92b5a31a Mon Sep 17 00:00:00 2001 From: cjwatson <> Date: Sun, 2 Jan 2005 19:08:12 -0800 Subject: [PATCH] [project @ 2005-01-02 19:08:12 by cjwatson] fix missing parenthesis --- scripts/process.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/process.in b/scripts/process.in index 993cde7..d4bf806 100755 --- a/scripts/process.in +++ b/scripts/process.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: process.in,v 1.87 2005/01/02 19:00:30 cjwatson Exp $ +# $Id: process.in,v 1.88 2005/01/02 19:08:12 cjwatson Exp $ # # Usage: process nn # Temps: incoming/Pnn @@ -584,7 +584,7 @@ END $data->{severity}= ''; } } - if (defined($pheader{owner}) { + if (defined($pheader{owner})) { $data->{owner}= $pheader{owner}; } &filelock("nextnumber.lock"); -- 2.39.2