]> git.tdb.fi Git - ext/subsurface.git/blobdiff - dive.h
Fix up dive number naming
[ext/subsurface.git] / dive.h
diff --git a/dive.h b/dive.h
index 3b5e5abd75a0e9b757aaa2f0582be802a3ebbe40..3ed233ddbc85830d19670926e60f3484b2b15aa2 100644 (file)
--- a/dive.h
+++ b/dive.h
@@ -128,7 +128,7 @@ struct sample {
 #define MAX_CYLINDERS (8)
 
 struct dive {
-       int nr;
+       int number;
        time_t when;
        char *location;
        char *notes;