Whitespace

This commit is contained in:
XANTRONIX Development 2016-07-04 18:29:53 -05:00
parent be336cd2ee
commit 39d1e331f6

View file

@ -34,7 +34,7 @@ static struct {
} commands[] = {
{ "print", tabby_command_print },
{ "capture", tabby_command_capture },
{ NULL, NULL }
{ NULL, NULL }
};
int main(int argc, char **argv) {