Skip to content

Commit

Permalink
testapp: fix -Wold-style-declaration warning
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Jul 3, 2023
1 parent aa042e1 commit 3b77d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testapp.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*
*/

const static int g_force_no_SDF = 0; /* make random fuzzer faster by disabling SDF rendering */
static const int g_force_no_SDF = 0; /* make random fuzzer faster by disabling SDF rendering */

#include <stdio.h>
#include <stdlib.h>
Expand Down

0 comments on commit 3b77d7c

Please sign in to comment.