diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-05-01 18:41:48 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-05-01 18:49:11 +0200 |
| commit | 1d0943fafdb3c547965917eb4dfcb4d6445461a4 (patch) | |
| tree | c924a58f9caa5d61095af780afcb46ff3a0deee9 /src/alg.c | |
| parent | bb689c922e2b34f6f803a6593190ba5f6993f8c5 (diff) | |
| download | nissy-classic-1d0943fafdb3c547965917eb4dfcb4d6445461a4.tar.gz nissy-classic-1d0943fafdb3c547965917eb4dfcb4d6445461a4.zip | |
Added void in function prototypes and declarations
Diffstat (limited to 'src/alg.c')
| -rw-r--r-- | src/alg.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -376,7 +376,7 @@ new_alg(char *str) | |||
| 376 | } | 376 | } |
| 377 | 377 | ||
| 378 | AlgList * | 378 | AlgList * |
| 379 | new_alglist() | 379 | new_alglist(void) |
| 380 | { | 380 | { |
| 381 | AlgList *ret = malloc(sizeof(AlgList)); | 381 | AlgList *ret = malloc(sizeof(AlgList)); |
| 382 | 382 | ||
| @@ -515,7 +515,7 @@ init_moveset(Moveset *ms) | |||
| 515 | } | 515 | } |
| 516 | 516 | ||
| 517 | void | 517 | void |
| 518 | init_all_movesets() | 518 | init_all_movesets(void) |
| 519 | { | 519 | { |
| 520 | int i; | 520 | int i; |
| 521 | 521 | ||
