summaryrefslogtreecommitdiff
path: root/colm/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'colm/debug.c')
-rw-r--r--colm/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/debug.c b/colm/debug.c
index 2dc8328b..c43f5a68 100644
--- a/colm/debug.c
+++ b/colm/debug.c
@@ -37,7 +37,7 @@ const char *const colmRealmNames[REALMS] =
"SCAN",
};
-int _debug( struct ColmProgram *prg, long realm, const char *fmt, ... )
+int _debug( struct colm_program *prg, long realm, const char *fmt, ... )
{
int result = 0;
if ( prg->activeRealm & realm ) {