]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Tweak corrections
authorRadosław Korzeniewski <radoslaw@korzeniewski.net>
Thu, 8 Apr 2021 07:03:43 +0000 (09:03 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:01 +0000 (09:03 +0100)
bacula/src/lib/scan.c
bacula/src/plugins/fd/pluginlib/pluginlib.h

index 1d9316d47a8ce9ce8f329216dae2a6d18b5998f8..947223cb9e69ed3b8396ec7d3372808e624c9648 100644 (file)
@@ -51,7 +51,7 @@ char *strip_trailing_junk(char *cmd)
    p = cmd - 1 + strlen(cmd);
    while ((p >= cmd) && (B_ISSPACE(*p) || *p == '\n' || *p == '\r')) {
       *p-- = 0;
-   } 
+   }
    return cmd;
 }
 
index cf6567fd90b806a2ceff254c5ef003e10ee06db5..b13713a9ea900566a1e31c8e8a4bb832177f1c0b 100644 (file)
@@ -15,9 +15,9 @@
    conveyed and/or propagated.
 
    Bacula(R) is a registered trademark of Kern Sibbald.
- */
+*/
 /**
- * @file commctx.h
+ * @file pluginlib.h
  * @author Radosław Korzeniewski (radoslaw@korzeniewski.net)
  * @brief Common definitions and utility functions for Inteos plugins.
  * @version 2.1.0