]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/record.h
update version
[bacula/bacula] / bacula / src / stored / record.h
index 6fb787754dd73fbf8666fd49ce4dfc3d6af462d6..c9e7bd4dfd7a80bc40017c6d09d1f46b594f217c 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2008 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2010 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
@@ -31,8 +31,6 @@
  *
  *   Kern Sibbald, MM
  *
- *   Version $Id$
- *
  */
 
 
@@ -125,7 +123,7 @@ struct DEV_RECORD {
 #define SOS_LABEL   -4                /* Start of Session */
 #define EOS_LABEL   -5                /* End of Session */
 #define EOT_LABEL   -6                /* End of physical tape (2 eofs) */
-#define SOB_LABLE   -7                /* Start of object -- file/directory */
+#define SOB_LABEL   -7                /* Start of object -- file/directory */
 #define EOB_LABEL   -8                /* End of object (after all streams) */
 
 /*