Skip to content

Commit 17b3ee2

Browse files
chore: fix C lint errors
PR-URL: #8181 Closes: #8159 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
1 parent f920adc commit 17b3ee2

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/base/function-object/examples/c

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/function-object/examples/c/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ int main( void ) {
8787
printf( "nfunctions = %i\n", obj2->nfunctions );
8888

8989
// Free allocated memory:
90-
stdlib_ndarray_function_free( obj );
90+
stdlib_ndarray_function_free( obj2 );
9191
}

0 commit comments

Comments
 (0)