Skip to content

Commit

Permalink
adm5120: add missing NULL terminator to partition parser list
Browse files Browse the repository at this point in the history
Fixes #11372.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31574 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
jogo committed May 3, 2012
1 parent 14f0acd commit 4e31867
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -100,6 +100,7 @@ static const char const *parse_types[] = {
#ifdef CONFIG_MTD_MYLOADER_PARTS
"MyLoader",
#endif
NULL,
};

#define BANK_SIZE (2<<20)
Expand Down

0 comments on commit 4e31867

Please sign in to comment.