]> www.infradead.org Git - mtd-utils.git/commitdiff
mtd-utils: ubifs: fix typo in without_lzo definition
authorKoen Vandeputte <koen.vandeputte@ncentric.com>
Thu, 5 Apr 2018 07:51:43 +0000 (09:51 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Thu, 5 Apr 2018 12:49:07 +0000 (14:49 +0200)
Fixes: 1d04b4d5361a ("fix build when WITHOUT_LZO is set")
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
ubifs-utils/mkfs.ubifs/mkfs.ubifs.c

index 2e18fdc54366b89a35335449a77a75fc2a6f1e7d..6323dd45c4adf67a7a4c2b26863862dfe0c1680f 100644 (file)
@@ -612,7 +612,7 @@ static int get_options(int argc, char**argv)
                                return err_msg("bad compressor name");
                        break;
                case 'X':
-#ifdef WITHOT_LZO
+#ifdef WITHOUT_LZO
                        return err_msg("built without LZO support");
 #else
                        c->favor_percent = strtol(optarg, &endp, 0);