diff options
Diffstat (limited to 'src/ingen')
-rw-r--r-- | src/ingen/ingen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ingen/ingen.cpp b/src/ingen/ingen.cpp index 6355c753..e6aea823 100644 --- a/src/ingen/ingen.cpp +++ b/src/ingen/ingen.cpp @@ -84,7 +84,7 @@ print_version() << "There is NO WARRANTY, to the extent permitted by law." << endl; return EXIT_SUCCESS; } - + int main(int argc, char** argv) { |