Module: wine Branch: master Commit: 48a6130279a685c7a858dc15255a9594c08ca50d URL: http://source.winehq.org/git/wine.git/?a=commit;h=48a6130279a685c7a858dc1525...
Author: Andrew Talbot andrew.talbot@talbotville.com Date: Thu Oct 6 22:29:42 2011 +0100
msi: Add a break to a switch statement.
---
dlls/msi/record.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/msi/record.c b/dlls/msi/record.c index 7acbfc7..1dace78 100644 --- a/dlls/msi/record.c +++ b/dlls/msi/record.c @@ -494,6 +494,7 @@ UINT MSI_RecordGetStringW(MSIRECORD *rec, UINT iField, case MSIFIELD_NULL: if( szValue && *pcchValue > 0 ) szValue[0] = 0; + break; default: break; }