summary refs log tree commit diff stats
path: root/src/common/dcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/dcc.c')
-rw-r--r--src/common/dcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/dcc.c b/src/common/dcc.c
index 57c0d477..1cd22d97 100644
--- a/src/common/dcc.c
+++ b/src/common/dcc.c
@@ -228,7 +228,7 @@ is_dcc (struct DCC *dcc)
 }
 
 gboolean
-is_dcc_fcompleted (struct DCC *dcc)
+is_dcc_completed (struct DCC *dcc)
 {
 	if (dcc != NULL)
 		return (dcc->dccstat == STAT_FAILED || dcc->dccstat == STAT_DONE || dcc->dccstat == STAT_ABORTED);