bazaar things, time for a break
This commit is contained in:
parent
29e829b7c0
commit
695ac11a85
|
@ -148,12 +148,6 @@ static inline bool isDigit( char c )
|
|||
}
|
||||
|
||||
|
||||
static inline bool isDigit( char c )
|
||||
{
|
||||
return c >= '0' && c <= '9';
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Function endsWithRev
|
||||
* returns a pointer to the final string segment: "revN[N..]" or NULL if none.
|
||||
|
|
Loading…
Reference in New Issue