Add mouse vertical scrolling.
[familia.git] / src / storage / positions.c
index b2e977eefc71873db4f49daf298c2d851143f476..8cb8ebec0201a072223263d385de6d2b2526fae0 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <assert.h>
 
 #include "../debug.h"
 
@@ -199,7 +200,7 @@ struct position * familia_position_get_individual_position(struct familia_indivi
        }
 
        /*
-        * Entry not found for a given individual. Return error.
+        * Entry not found for a given individual. Return NULL.
         */
        return NULL;
 }
@@ -229,5 +230,4 @@ struct position * familia_position_get_family_position(struct familia_family *fa
         * Entry not found for a given individual. Return error.
         */
        return NULL;
-}
-
+}
\ No newline at end of file