From 4b1793f79b58a84a3f868f289c432951385dac61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sun, 15 Apr 2018 01:09:48 +0300 Subject: [PATCH] Update backend name in the docs. --- README.md | 2 +- src/fs/f2fs.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 15e4127..9b16d66 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ of storage devices on a system: There are multiple backends so that KPMcore can support different operating systems, although the only functional backend is the one for Linux systems: -* libparted backend (Linux) +* sfdisk backend (Linux) * null backend ## Using KPMcore diff --git a/src/fs/f2fs.h b/src/fs/f2fs.h index 280fe82..4d2d92b 100644 --- a/src/fs/f2fs.h +++ b/src/fs/f2fs.h @@ -15,8 +15,7 @@ * along with this program. If not, see .* *************************************************************************/ -#if !defined(KPMCORE_F2FS_H) - +#ifndef KPMCORE_F2FS_H #define KPMCORE_F2FS_H #include "util/libpartitionmanagerexport.h"