diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index f4113fd..f4fcc70 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2010, Grégoire Duchêne <gduchene@fastmail.net> +Copyright (c) 2010, 2011, Grégoire Duchêne <gduchene@fastmail.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -25,7 +25,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. namespace ka = boost::spirit::karma; namespace qi = boost::spirit::qi; -int main(int argc, char **argv) { +int main(int argc, char** argv) { using namespace std; if (argc != 2) |
