commit | cab28078d5c34582a63eb553f76a7dc1f24f4975 | [log] [tgz] |
---|---|---|
author | Cristy <[email protected]> | Sun Jul 29 18:55:33 2018 -0400 |
committer | Cristy <[email protected]> | Sun Jul 29 18:55:33 2018 -0400 |
tree | 14857f746f2b44ea2d555569aed92351e2f3cc02 | |
parent | 00c2ed75a2966a82e8cd6678d1d6b0eab3394d46 [diff] [blame] |
Switch to ANSI C comments
diff --git a/MagickCore/opencl.c b/MagickCore/opencl.c index d5530e6..8db1aa1 100644 --- a/MagickCore/opencl.c +++ b/MagickCore/opencl.c
@@ -2723,8 +2723,8 @@ name=DestroyString(name); return(MagickTrue); } - start/=1000; // usecs - end/=1000; // usecs + start/=1000; /* usecs */ + end/=1000; elapsed=end-start; LockSemaphoreInfo(device->lock); i=0;