forked from auracaster/openocd
- Fixes '=' whitespace
- Replace '\(\w\)\(=\)\(\w\)' with '\1 \2 \3'. git-svn-id: svn://svn.berlios.de/openocd/trunk@2391 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -80,7 +80,7 @@ int membuf_vsprintf( struct membuf *pBuf , const char *fmt, va_list ap);
|
||||
* @param pBuf - buffer to tokenize
|
||||
* @param delim - delimiter parameter for strtok_r()
|
||||
*
|
||||
* Identical to "strtok()" - pass "pBuff=NULL" on second call
|
||||
* Identical to "strtok()" - pass "pBuff = NULL" on second call
|
||||
*
|
||||
* NOTE: This call is <b>destructive</b> to the buffer.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user