mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
Make the compiler happy and use a puts
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user