This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix a typo
Signed-off-by: falkTX <falktx@falktx.com>
pull/344/head
falkTX
3 years ago
parent
abdb896a2a
commit
70ccd68870
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
distrho/src/DistrhoUtils.cpp
+ 1
- 1
distrho/src/DistrhoUtils.cpp
View File
@@ -50,7 +50,7 @@ const char* getBinaryFilename()
return filename;
#ifdef DISTRHO_OS_WINDOWS
# if
!
DISTRHO_IS_STANDALONE
# if DISTRHO_IS_STANDALONE
constexpr const HINSTANCE hInstance = nullptr;
# endif
CHAR filenameBuf[MAX_PATH];
Write
Preview
Loading…
Cancel
Save