duh, cut-and-paste error
parent
75a033e481
commit
ac331f66f6
@ -1,7 +1,7 @@
|
|||||||
#include "str.h"
|
#include "str.h"
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
|
|
||||||
int buffer_putspace(buffer* b) {
|
int buffer_putnlflush(buffer* b) {
|
||||||
static char nl='\n';
|
static char nl='\n';
|
||||||
return buffer_putflush(b,&nl,1);
|
return buffer_putflush(b,&nl,1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue