X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;ds=sidebyside;f=src%2Fstorage%2Fpositions.c;h=8cb8ebec0201a072223263d385de6d2b2526fae0;hb=53d9ddd557f5c7543a14402a2a01b0119eadbbfa;hp=b2e977eefc71873db4f49daf298c2d851143f476;hpb=46c09ea2689913bb459c5f04439647aa138dc196;p=familia.git diff --git a/src/storage/positions.c b/src/storage/positions.c index b2e977e..8cb8ebe 100644 --- a/src/storage/positions.c +++ b/src/storage/positions.c @@ -19,6 +19,7 @@ #include #include +#include #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