Commit 6f5de76
Add missing static keyword
GCC complains about a missing declaration for this function when compiled with `-Werror=missing-declarations`. Adding a static keyword here fixes that.1 parent 42ebcec commit 6f5de76
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
523 | 523 | | |
524 | 524 | | |
525 | 525 | | |
526 | | - | |
| 526 | + | |
527 | 527 | | |
528 | 528 | | |
529 | 529 | | |
| |||
0 commit comments