Kaydet (Commit) 3f88d949 authored tarafından Michael Stahl's avatar Michael Stahl

desktop: fix copypasta in officeloader.cxx

Change-Id: I66736e0b1e72e27c02ea718c3f07547b83fd949f
üst 219b151e
......@@ -379,7 +379,7 @@ int WINAPI _tWinMain( HINSTANCE, HINSTANCE, LPTSTR, int )
for ( n = 1; n < argc2; n++ )
{
if ( 0 == _tcsnicmp( argv2[n], _T("-headless"), 9 ) ||
0 == _tcsnicmp( argv2[n], _T("--headless"), 9 ) )
0 == _tcsnicmp( argv2[n], _T("--headless"), 10 ) )
{
bHeadlessMode = TRUE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment