1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 16:31:40 +03:00

adm5120: add missing NULL terminator to partition parser list

Fixes #11372.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31574 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jogo 2012-05-03 21:03:50 +00:00
parent 14f0acdc28
commit 4e31867a39

View File

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