Skip to content

Commit 622b8a5

Browse files
committed
Fix format specifier
1 parent 5e71afc commit 622b8a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/ext/base/dnannsumkbn/examples/c

lib/node_modules/@stdlib/blas/ext/base/dnannsumkbn/examples/c/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ int main() {
3939

4040
// Print the result:
4141
printf( "sum: %lf\n", v );
42-
printf( "n: "PRId64"\n", n );
42+
printf( "n: %+"PRId64"\n", n );
4343
}

0 commit comments

Comments
 (0)