summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/network.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-02-08 14:42:13 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-02-08 14:42:13 +0000
commite9b32bc364ba8b593d367d6edc33ae8204b16d2a (patch)
tree0906118aedbf9a0308ba28a562dc5439ff0d5f48 /mdk-stage1/network.c
parent80714bfda9a1e8a8ea074aa909356b652311aece (diff)
downloaddrakx-backup-do-not-use-e9b32bc364ba8b593d367d6edc33ae8204b16d2a.tar
drakx-backup-do-not-use-e9b32bc364ba8b593d367d6edc33ae8204b16d2a.tar.gz
drakx-backup-do-not-use-e9b32bc364ba8b593d367d6edc33ae8204b16d2a.tar.bz2
drakx-backup-do-not-use-e9b32bc364ba8b593d367d6edc33ae8204b16d2a.tar.xz
drakx-backup-do-not-use-e9b32bc364ba8b593d367d6edc33ae8204b16d2a.zip
indent
Diffstat (limited to 'mdk-stage1/network.c')
-rw-r--r--mdk-stage1/network.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c
index 2e146a10f..feeda28e0 100644
--- a/mdk-stage1/network.c
+++ b/mdk-stage1/network.c
@@ -694,7 +694,7 @@ enum return_type ftp_prepare(void)
if (!ramdisk_possible()) {
stg1_error_message("FTP install needs more than %d Mbytes of memory (detected %d Mbytes).",
- MEM_LIMIT_RAMDISK, total_memory());
+ MEM_LIMIT_RAMDISK, total_memory());
return RETURN_ERROR;
}
@@ -781,7 +781,7 @@ enum return_type http_prepare(void)
if (!ramdisk_possible()) {
stg1_error_message("HTTP install needs more than %d Mbytes of memory (detected %d Mbytes).",
- MEM_LIMIT_RAMDISK, total_memory());
+ MEM_LIMIT_RAMDISK, total_memory());
return RETURN_ERROR;
}