~vcs-imports/busybox/main

« back to all changes in this revision

Viewing changes to miscutils/flash_eraseall.c

  • Committer: vda
  • Date: 2009-04-29 12:02:57 UTC
  • Revision ID: vcs-imports@canonical.com-20090429120257-az82u75jb2tv20cl
*: bb_error_msg's messages should not be capitalized

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
                                if (clmlen > 8)
98
98
                                        clmlen = 8;
99
99
                                if (clmlen == 0)
100
 
                                        bb_error_msg_and_die("Autoplacement selected and no empty space in oob");
 
100
                                        bb_error_msg_and_die("autoplacement selected and no empty space in oob");
101
101
                        } else {
102
102
                                /* Legacy mode */
103
103
                                switch (meminfo.oobsize) {