aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/kmp_environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/src/kmp_environment.h')
-rw-r--r--runtime/src/kmp_environment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/src/kmp_environment.h b/runtime/src/kmp_environment.h
index f59f3e5..9b17079 100644
--- a/runtime/src/kmp_environment.h
+++ b/runtime/src/kmp_environment.h
@@ -49,7 +49,7 @@ __kmp_env_blk_init( & block, "KMP_WARNING=1|KMP_AFFINITY=none" ); // from string
__kmp_env_blk_sort( & block ); // Optionally, sort list.
for ( i = 0; i < block.count; ++ i ) {
// Process block.vars[ i ].name and block.vars[ i ].value...
-}; // for i
+}
__kmp_env_block_free( & block );
*/