mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Add int type to previously untyped variable
This commit is contained in:
parent
0ada4a2e39
commit
a2706176db
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ isamfatalerror(char *msg)
|
||||||
void
|
void
|
||||||
print_usage_and_exit()
|
print_usage_and_exit()
|
||||||
{
|
{
|
||||||
static usage_printed = 0;
|
static int usage_printed = 0;
|
||||||
|
|
||||||
if (!usage_printed) {
|
if (!usage_printed) {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue