aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-24 10:21:00 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-24 10:21:00 +0100
commit3e57388305cb35edf39d9b4984f6ac8f5e36509d (patch)
tree7b1724b7a1e59b4379e7755999dc794f5939d8c7 /openbsc
parent6552d0b596bd6bfcbf7c4f22077ee124ed3552cd (diff)
Make the compiler happy and use a puts
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/bsc_hack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/bsc_hack.c b/openbsc/src/bsc_hack.c
index edc93d948..f18f7f835 100644
--- a/openbsc/src/bsc_hack.c
+++ b/openbsc/src/bsc_hack.c
@@ -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)