From 8a68affd8c82a9fff3f82a5c9cf180a1e54cfeec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98yvind=20Karlsen?= Date: Thu, 4 Mar 2010 03:23:19 +0000 Subject: add back removed newline... --- mdk-stage1/probing.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mdk-stage1/probing.c') diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c index 7d97056a4..3f9621705 100644 --- a/mdk-stage1/probing.c +++ b/mdk-stage1/probing.c @@ -800,6 +800,7 @@ void find_media(enum media_bus bus) static char cpq_descr[] = "Compaq RAID logical disk"; char ** procfile; FILE * f; + for (procfile = procfiles; procfile && *procfile; procfile++) { if((f = fopen(*procfile, "rb"))) { while (fgets(buf, sizeof(buf), f)) { -- cgit v1.2.1