Skip to content
Snippets Groups Projects
Commit 79b7b8ad authored by Cédric Roux's avatar Cédric Roux
Browse files

minor

parent a9d0bec8
No related branches found
No related tags found
No related merge requests found
...@@ -176,7 +176,7 @@ static void append_string(char *t) ...@@ -176,7 +176,7 @@ static void append_string(char *t)
put(0); put(0);
} }
void dump_ul(UL_IND_t *u) static void dump_ul(UL_IND_t *u)
{ {
int i; int i;
...@@ -254,7 +254,7 @@ static char *UL_PDU_TYPE(int x) ...@@ -254,7 +254,7 @@ static char *UL_PDU_TYPE(int x)
return "UNKNOWN"; return "UNKNOWN";
} }
void dump_dl(Sched_Rsp_t *d) static void dump_dl(Sched_Rsp_t *d)
{ {
int i; int i;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment