From 3eaea60edd34a74e1ce66fab224f05618a630ed0 Mon Sep 17 00:00:00 2001 From: rust3028 Date: Mon, 10 Oct 2016 20:50:52 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BE=D0=BF=D0=B5=D1=87=D0=B0=D1=82?= =?UTF-8?q?=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- balong_flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/balong_flash.c b/balong_flash.c index 6e505fb..d11012c 100644 --- a/balong_flash.c +++ b/balong_flash.c @@ -550,7 +550,7 @@ if (nflag) *((unsigned int*)&cmd_dload_end[8])=htonl(ptable[part].code); iolen=send_cmd(cmd_dload_end,23,replybuf); // отсылаем команду if (iolen == 0) { - printf("\n ! Нет ответа от модема при закрытия раздела\n"); + printf("\n ! Нет ответа от модема при закрытии раздела\n"); return; } if (replybuf[1] != 2) {