mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 05:21:49 +03:00
Update : return
This commit is contained in:
parent
1733aa9c15
commit
f47b18cf6d
@ -29,11 +29,8 @@ int validEntryLineColumn(int line, char column)
|
||||
return 1;
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
return 0 ;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* @brief Function validatePosition
|
||||
* Responsible for checking if the position can receive the boat.
|
||||
|
Loading…
Reference in New Issue
Block a user