Commit 695ac11a authored by Dick Hollenbeck's avatar Dick Hollenbeck

bazaar things, time for a break

parent 29e829b7
...@@ -148,12 +148,6 @@ static inline bool isDigit( char c ) ...@@ -148,12 +148,6 @@ static inline bool isDigit( char c )
} }
static inline bool isDigit( char c )
{
return c >= '0' && c <= '9';
}
/** /**
* Function endsWithRev * Function endsWithRev
* returns a pointer to the final string segment: "revN[N..]" or NULL if none. * returns a pointer to the final string segment: "revN[N..]" or NULL if none.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment