| commit | f359895daf6c98bf349fcc108168943a141f7406 | [log] [tgz] |
|---|---|---|
| author | Andreas Mohr <a.mohr@mailto.de> | Tue Oct 02 17:49:20 2001 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Oct 02 17:49:20 2001 +0000 |
| tree | 89f3037aabb623ae1a584c904ed16c8e70c014bd | |
| parent | e145bde61bbf4a313432f5d14e03ab4407a5af8f [diff] [blame] |
Yet another documentation/message text patch.
diff --git a/files/profile.c b/files/profile.c index 7761acf..4c655ef 100644 --- a/files/profile.c +++ b/files/profile.c
@@ -1478,7 +1478,7 @@ if (PROFILE_Open( filename )) { - if (!section && !entry && !string) + if (!section && !entry && !string) /* documented "file flush" case */ PROFILE_ReleaseFile(); /* always return FALSE in this case */ else ret = PROFILE_SetString( section, entry, string );