diff options
Diffstat (limited to 'mugglei.c')
-rwxr-xr-x | mugglei.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ void showmessage(const char *msg,int duration) { } -void showimportcount(unsigned int count) +void showimportcount(unsigned int count,bool final=false) { } |