fix typo
authorGalen Charlton <gmc@equinoxinitiative.org>
Thu, 31 Oct 2019 23:20:12 +0000 (19:20 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 16 Jan 2020 21:38:28 +0000 (16:38 -0500)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/c-apps/oils_sql.c

index 4ab98fc..eb783e7 100644 (file)
@@ -3206,7 +3206,7 @@ static char* searchBETWEENRange( osrfHash* field, const jsonObject* node ) {
 static char* searchBETWEENPredicate( const char* class_alias,
                osrfHash* field, const jsonObject* node ) {
 
-       char* between_range = searchBETWEENRange(field, node)
+       char* between_range = searchBETWEENRange(field, node);
 
        if( NULL == between_range )
                return NULL;