X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Ftime%2Fconversor%2Fmain.cpp;h=5548764d3288ba49d20dee90988220120541ab97;hb=7512c4429857d8b048c89ac94b9b631a5e912280;hp=d21704cc2667715dcc5000afaa7426b0f94f02dc;hpb=4e12ac57e93c052f716a6305ad8fc099c45899d1;p=anna.git diff --git a/example/time/conversor/main.cpp b/example/time/conversor/main.cpp index d21704c..5548764 100644 --- a/example/time/conversor/main.cpp +++ b/example/time/conversor/main.cpp @@ -1,4 +1,4 @@ -// ANNA - Anna is Not 'N' Anymore +// ANNA - Anna is Not Nothingness Anymore // // (c) Copyright 2005-2014 Eduardo Ramos Testillano & Francisco Ruiz Rayo // @@ -37,6 +37,7 @@ #include #include #include +#include #include #include @@ -62,7 +63,7 @@ int main(int argc, char** argv) { if (!argv[1]) { std::string msg = "Use: "; msg += argv[0]; - msg += " [-unix ] [-ntp ] [-yyyymmddHHmmss ]"; + msg += " [-unix ] [-ntp ] [-yyyymmddHHmmss ]"; F_exit(msg.c_str()); }