Skip to content

Commit 295a600

Browse files
authored
fix(bli_gks): correct variable name in debug print statement (#906)
Details: - Incorrect variable `ind` used in memory tracing print statement changed to `id`.
1 parent 071dfce commit 295a600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frame/base/bli_gks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ int bli_gks_finalize( void )
111111
if ( gks_id != NULL )
112112
{
113113
#ifdef BLIS_ENABLE_MEM_TRACING
114-
printf( "bli_gks_finalize(): cntx for ind_t %d: ", ( int )ind );
114+
printf( "bli_gks_finalize(): cntx for ind_t %d: ", ( int )id );
115115
#endif
116116

117117
bli_cntx_free( gks_id );

0 commit comments

Comments
 (0)