From: cjwatson <>
Date: Mon, 3 Jan 2005 03:08:12 +0000 (-0800)
Subject: [project @ 2005-01-02 19:08:12 by cjwatson]
X-Git-Tag: release/2.6.0~740
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0e1d1f36f084135c1a25e72ceed671bb92b5a31a;p=debbugs.git

[project @ 2005-01-02 19:08:12 by cjwatson]
fix missing parenthesis
---

diff --git a/scripts/process.in b/scripts/process.in
index 993cde7a..d4bf8065 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");