summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.c
diff options
context:
space:
mode:
authorPer Øyvind Karlsen <peroyvind@mandriva.org>2010-03-04 03:23:19 +0000
committerPer Øyvind Karlsen <peroyvind@mandriva.org>2010-03-04 03:23:19 +0000
commit8a68affd8c82a9fff3f82a5c9cf180a1e54cfeec (patch)
tree5694cf1ec806062308663727566eb3b3a62aef47 /mdk-stage1/probing.c
parent6819c00e72491819f6861a25f435cca4e0bd2384 (diff)
downloaddrakx-8a68affd8c82a9fff3f82a5c9cf180a1e54cfeec.tar
drakx-8a68affd8c82a9fff3f82a5c9cf180a1e54cfeec.tar.gz
drakx-8a68affd8c82a9fff3f82a5c9cf180a1e54cfeec.tar.bz2
drakx-8a68affd8c82a9fff3f82a5c9cf180a1e54cfeec.tar.xz
drakx-8a68affd8c82a9fff3f82a5c9cf180a1e54cfeec.zip
add back removed newline...
Diffstat (limited to 'mdk-stage1/probing.c')
-rw-r--r--mdk-stage1/probing.c1
1 files changed, 1 insertions, 0 deletions
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)) {