Skip to content

Commit f55a8b1

Browse files
authored
chore: fix C lint errors
PR-URL: #8360 Closes: #8358 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent e7ce1a8 commit f55a8b1

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/fresnels/test/fixtures/c/cephes

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/fresnels/test/fixtures/c/cephes/runner.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ void write_data_as_json( FILE *f, const double *x, const double *S, const unsign
117117
* @param len number of values in the domain
118118
* @param name output filename
119119
*/
120-
void generate( double *x, const unsigned int len, const char *name ) {
120+
void generate( const double *x, const unsigned int len, const char *name ) {
121121
unsigned int i;
122122
double *S;
123123
double C;

0 commit comments

Comments
 (0)