Skip to content

Commit ea35471

Browse files
committed
Auto-generated commit
1 parent 74c08cf commit ea35471

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/c/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "stdlib/blas/ext/base/drev.h"
2020
#include <stdio.h>
2121

22-
int main() {
22+
int main( void ) {
2323
// Create a strided array:
2424
double x[] = { 1.0, -2.0, 3.0, -4.0, 5.0, -6.0, 7.0, -8.0 };
2525

0 commit comments

Comments
 (0)