From: norly Date: Sun, 24 Mar 2013 14:10:15 +0000 (+0100) Subject: Typos X-Git-Url: https://git.enpas.org/?p=centaur.git;a=commitdiff_plain;h=b1b4beb3b33a204c1e8073d34421ae7c968e2f9d Typos --- diff --git a/src/main.c b/src/main.c index 6fc5bc0..06de642 100644 --- a/src/main.c +++ b/src/main.c @@ -39,7 +39,7 @@ int main(int argc, char **argv) /* Now that we have a (hopefully) sane environment, execute commands. - * Printing will ahve to be reimplemented based on the memory model. + * Printing will have to be reimplemented based on the memory model. */ if (opts.printHeader) { printHeader(hIn.e); diff --git a/src/model/expandNobits.c b/src/model/expandNobits.c index 7c14668..6fae9fe 100644 --- a/src/model/expandNobits.c +++ b/src/model/expandNobits.c @@ -1,6 +1,7 @@ #include #include #include +#include #include #include #include