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,10 +29,7 @@ int validEntryLineColumn(int line, char column)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
else
|
return 0 ;
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* @brief Function validatePosition
|
* @brief Function validatePosition
|
||||||
|
Loading…
Reference in New Issue
Block a user