diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/pile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pile.h b/include/pile.h index bcb15b6..6130357 100644 --- a/include/pile.h +++ b/include/pile.h @@ -33,5 +33,5 @@ int is_mute(char *st); void act_pile(int func); -void affichage_pile(void); +void affichage_pile(void); #endif |