aboutsummaryrefslogtreecommitdiffstats
path: root/src/fuvst/mup.c
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2024-04-05 21:51:41 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2024-04-05 21:51:41 +0200
commit6e2fd793ac492c2607f3b1a58f4d8903506103c9 (patch)
tree50261c6782f6252c1d764b3ff460346093d89bc5 /src/fuvst/mup.c
parent470fc4934100d44fef1d243ae88a8e100b3947ee (diff)
Increase compiler warnings and fix them
Diffstat (limited to 'src/fuvst/mup.c')
-rwxr-xr-xsrc/fuvst/mup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fuvst/mup.c b/src/fuvst/mup.c
index bdfc428..24f0c9f 100755
--- a/src/fuvst/mup.c
+++ b/src/fuvst/mup.c
@@ -671,7 +671,7 @@ void decode_abaf(uint8_t *data, int len, uint16_t *T, uint8_t *U, uint8_t *N)
static char digit2char[16] = "0123456789a*#bcd";
/* MO call */
-void _decode_outgoing(uint8_t *data, int len, uint16_t *T, uint8_t *U, uint8_t *N, char *number)
+static void _decode_outgoing(uint8_t *data, int len, uint16_t *T, uint8_t *U, uint8_t *N, char *number)
{
int i;