summaryrefslogtreecommitdiffstats
path: root/src/misc/espresso/mincov.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/espresso/mincov.c')
-rw-r--r--src/misc/espresso/mincov.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/misc/espresso/mincov.c b/src/misc/espresso/mincov.c
index ee18a3f1..3f9410f6 100644
--- a/src/misc/espresso/mincov.c
+++ b/src/misc/espresso/mincov.c
@@ -9,6 +9,9 @@
*/
#include "mincov_int.h"
+ABC_NAMESPACE_IMPL_START
+
+
/*
* mincov.c
*/
@@ -376,3 +379,5 @@ sm_row *cover;
}
return 1;
}
+ABC_NAMESPACE_IMPL_END
+