summaryrefslogtreecommitdiffstats
path: root/libaf/af_format.c
diff options
context:
space:
mode:
Diffstat (limited to 'libaf/af_format.c')
-rw-r--r--libaf/af_format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaf/af_format.c b/libaf/af_format.c
index 55d151abdf..fb52daca0c 100644
--- a/libaf/af_format.c
+++ b/libaf/af_format.c
@@ -88,7 +88,7 @@ static int str2fmt(char* str)
/* Convert format to str input str is a buffer for the
converted string, size is the size of the buffer */
-static char* fmt2str(int format, char* str, size_t size)
+char* fmt2str(int format, char* str, size_t size)
{
int i=0;
// Print endinaness