osmo-arfcn: Return something from the method

This is a fatal error when building RPMs for OpenSUSE.
This commit is contained in:
Holger Hans Peter Freyther 2013-04-21 21:04:19 +02:00
parent e1f164dd2f
commit d0ce550251
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ static int freq2arfcn(int freq10, int uplink)
printf("%s: ARFCN %4d\n",
gsm_band_name(gsm_arfcn2band(arfcn)),
arfcn & ~ARFCN_FLAG_MASK);
return 0;
}
static void help(const char *progname)