Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Sep 2, 2019
1 parent 4d3bc01 commit 94e6058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CoreMIDI4J/Native/CoreMidi4J/CoreMidiDeviceProvider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ JNIEXPORT jint JNICALL Java_uk_co_xfactorylibrarians_coremidi4j_CoreMidiDevicePr
*
* @param aString The CFStringRef
*
* @return A newly allocated C string holding the contents of str, or NULL
* @return A newly allocated C string holding the contents of aString, or NULL
*
*/
char * safeCFStringCopyUTF8String(CFStringRef aString) {
Expand Down

0 comments on commit 94e6058

Please sign in to comment.