|
@@ -236,7 +236,7 @@ LSUP_graph_size (const Graph *gr)
|
|
|
{
|
|
|
TRACE ("Store type: %d\n", gr->store_type);
|
|
|
if (gr->store_type == LSUP_STORE_MEM)
|
|
|
- LSUP_htstore_size (gr->ht_store);
|
|
|
+ return LSUP_htstore_size (gr->ht_store);
|
|
|
|
|
|
return LSUP_mdbstore_size (gr->mdb_store);
|
|
|
}
|