Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c866ffc7 authored by Peter Meerwald's avatar Peter Meerwald Committed by Jonathan Cameron
Browse files

iio staging: missing newline in printf

parent 0932966b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -453,7 +453,7 @@ inline int find_type_by_name(const char *name, const char *type)


	dp = opendir(iio_dir);
	dp = opendir(iio_dir);
	if (dp == NULL) {
	if (dp == NULL) {
		printf("No industrialio devices available");
		printf("No industrialio devices available\n");
		return -ENODEV;
		return -ENODEV;
	}
	}