]> git.sur5r.net Git - bacula/bacula/commitdiff
Fixed typo
authorMarco van Wieringen <mvw@planets.elm.net>
Sat, 20 Feb 2010 21:06:03 +0000 (22:06 +0100)
committerMarco van Wieringen <mvw@planets.elm.net>
Sat, 20 Feb 2010 21:06:49 +0000 (22:06 +0100)
bacula/src/cats/ingres.c

index 37e22481f330ced79c25d1a90a378b3c9b52eb10..4adb7b6c82d45b6f4676c3abd6cb53294d2129ca 100755 (executable)
@@ -169,9 +169,9 @@ static int sql_check(B_DB *mdb)
 {
     int errorcode;
 
-    if ((errorcode = INGcheck()<0)) {
+    if ((errorcode = INGcheck()) < 0) {
         /* TODO: fill mdb->errmsg */
-        Mmsg( mdb->errmsg, "Something went wrong - still searching!\n" );
+        Mmsg(mdb->errmsg, "Something went wrong - still searching!\n");
     } else if (errorcode > 0) {
        /* just a warning, proceed */
     }