1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-14 11:13:53 +02:00

adm5120: add missing NULL terminator to partition parser list

Fixes #11372.

SVN-Revision: 31574
This commit is contained in:
Jonas Gorski 2012-05-03 21:03:50 +00:00
parent 22b2e3fbb9
commit b393464fb4

View File

@ -100,6 +100,7 @@ static const char const *parse_types[] = {
#ifdef CONFIG_MTD_MYLOADER_PARTS
"MyLoader",
#endif
NULL,
};
#define BANK_SIZE (2<<20)