mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-04 03:40:07 +00:00
Minor clean-ups. Jucer development.
This commit is contained in:
parent
61252d75c6
commit
d4435ca8b8
85 changed files with 900 additions and 569 deletions
|
|
@ -163,7 +163,7 @@ void* juce_fileOpen (const String& fileName, bool forWriting)
|
|||
h = 0;
|
||||
}
|
||||
|
||||
return (void*) h;
|
||||
return h;
|
||||
}
|
||||
|
||||
void juce_fileClose (void* handle)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue