diff options
Diffstat (limited to 'src/cm/cm.c')
| -rw-r--r-- | src/cm/cm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cm/cm.c b/src/cm/cm.c index a3a70a2..d49ec76 100644 --- a/src/cm/cm.c +++ b/src/cm/cm.c @@ -239,6 +239,6 @@ int cm_do() { cm_quit(&setup); - debug_log_start("Finished Complex Multiplication method"); + debug_log_end("Finished Complex Multiplication method"); return result; } |
