Remove string_buffer_t (!)

This commit is contained in:
ridiculousfish
2012-03-03 22:08:34 -08:00
parent a9313fc0c3
commit 8a46931e34
9 changed files with 7 additions and 291 deletions

View File

@@ -168,7 +168,7 @@ static int builtin_count_args( wchar_t **argv )
/**
This function works like wperror, but it prints its result into
the sb_err string_buffer_t instead of to stderr. Used by the builtin
the sb_err string instead of to stderr. Used by the builtin
commands.
*/