Skip to content

Commit

Permalink
Fix bogus line continuation.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed Dec 4, 2008
1 parent 9c84544 commit ccd7484
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ Section "Core" SecCore
DetailPrint '"sse3 install (arch value: $option_arch)"'
${Break}
${Default}
MessageBox MB_OK "option /arch $option_arch not understood: "
"only native, nosse, sse2 and sse3 are valid."
MessageBox MB_OK "option /arch $option_arch not understood: only native, nosse, sse2 and sse3 are valid."
Abort
${Break}
${EndSwitch}
Expand Down

0 comments on commit ccd7484

Please sign in to comment.