Skip to content

Commit

Permalink
Fix missing space.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsteele committed Jul 31, 2020
1 parent ac72e1f commit afe1568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/type/buffer.h
Expand Up @@ -48,7 +48,7 @@ Buffer *bufDup(const Buffer *buffer);
/***********************************************************************************************************************************
Functions
***********************************************************************************************************************************/
//Append the contents of another buffer
// Append the contents of another buffer
Buffer *bufCat(Buffer *this, const Buffer *cat);

// Append a C buffer
Expand Down

0 comments on commit afe1568

Please sign in to comment.