~ubuntu-branches/ubuntu/vivid/wine/vivid

« back to all changes in this revision

Viewing changes to programs/wordpad/wordpad.c

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2008-05-30 08:48:53 UTC
  • mfrom: (1.1.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20080530084853-eoabeo8m5ai49vb5
Tags: 1.0-rc3-1ubuntu1
* New upstream release
  - Bugfixes only due to feature freeze pending 1.0 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1200
1200
 
1201
1201
static void append_current_units(LPWSTR buffer)
1202
1202
{
1203
 
    static const WCHAR space[] = {' '};
 
1203
    static const WCHAR space[] = {' ', 0};
1204
1204
    lstrcatW(buffer, space);
1205
1205
    lstrcatW(buffer, units_cmW);
1206
1206
}