Index: uspace/srv/devman/match.c
===================================================================
--- uspace/srv/devman/match.c	(revision a35b458e9db1ca95e679799dc7c1b12c83359ca3)
+++ uspace/srv/devman/match.c	(revision 3446eadd2d23b367118bdbfaeba35489b10042fb)
@@ -231,5 +231,5 @@
 
 	size_t read_bytes;
-	rc = vfs_read(fd, (aoff64_t []) {0}, buf, len, &read_bytes);
+	rc = vfs_read(fd, (aoff64_t []) { 0 }, buf, len, &read_bytes);
 	if (rc != EOK) {
 		log_msg(LOG_DEFAULT, LVL_ERROR, "Unable to read file '%s': %s.", conf_path,
