Commit 5e37c523 authored by Joo Aun Saw's avatar Joo Aun Saw Committed by Jonathan Cameron
Browse files

tools: iio: iio_utils: Make calc_digits static

parent 280f0925
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -537,7 +537,7 @@ error_free_name:
	return ret;
}

int calc_digits(int num)
static int calc_digits(int num)
{
	int count = 0;