summaryrefslogtreecommitdiffstats
path: root/src/nolo.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-08-10 17:19:44 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-08-10 17:19:44 +0200
commit24f34d2f55588eca45a60e3c43dae40434a03c46 (patch)
tree4070ec6f30c413073a982432fb5a826c2ede6919 /src/nolo.c
parent19a8d76e0ce350be25ecd0322bab98d805fe0d05 (diff)
download0xFFFF-24f34d2f55588eca45a60e3c43dae40434a03c46.tar.bz2
nolo: Prepair new function names
Diffstat (limited to 'src/nolo.c')
-rw-r--r--src/nolo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nolo.c b/src/nolo.c
index b98ec40..c779b81 100644
--- a/src/nolo.c
+++ b/src/nolo.c
@@ -82,7 +82,7 @@ static void query_error_message()
check_nolo_order_failed();
}*/
-void nolo_flash_image(struct image * image)
+void flash_image(struct image * image)
{
// FILE *fd;
int vlen = 0;