buffer-utils: Fix "const char" build warning

This commit is contained in:
Bastien Nocera
2016-09-06 14:41:19 +02:00
parent a9b9f626d3
commit 26b414681b
2 changed files with 2 additions and 2 deletions

View File

@@ -475,7 +475,7 @@ size_from_channelarray (iio_channel_info **channels,
void
process_scan_1 (char *data,
BufferDrvData *buffer_data,
char *ch_name,
const char *ch_name,
int *ch_val,
gdouble *ch_scale,
gboolean *ch_present)