Skip to content

Commit 433cc01

Browse files
authored
Make function definition more verbose
1 parent c4277fd commit 433cc01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stats.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ char *screenfetch();
5555
/**
5656
* Gets all stats.
5757
*/
58-
void get_stats(FetchStat[]);
58+
void get_stats(FetchStat stats[STATS_SIZE]);
5959

6060
#endif

0 commit comments

Comments
 (0)