Make the compiler happy and use a puts

This commit is contained in:
Holger Hans Peter Freyther
2010-03-24 10:21:00 +01:00
parent 6552d0b596
commit 3e57388305

View File

@@ -91,7 +91,7 @@ static void print_version()
static void print_copyright()
{
printf(openbsc_copyright);
puts(openbsc_copyright);
}
static void handle_options(int argc, char** argv)