Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
7a3cca8a
Commit
7a3cca8a
authored
Oct 22, 2001
by
Johan Bilien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
8e796dbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/interface/main.c
src/interface/main.c
+2
-2
No files found.
src/interface/main.c
View file @
7a3cca8a
...
...
@@ -4,7 +4,7 @@
* and spawn threads.
*****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN
* $Id: main.c,v 1.11
8 2001/10/13 15:34:21 stef
Exp $
* $Id: main.c,v 1.11
9 2001/10/22 00:43:23 jobi
Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -798,7 +798,7 @@ static int GetConfiguration( int *pi_argc, char *ppsz_argv[], char *ppsz_env[] )
ShowConsole
();
RedirectSTDOUT
();
intf_ErrMsg
(
"intf error: unknown option `%s'"
,
ppsz_argv
[
optind
-
1
]
);
ppsz_argv
[
optind
]
);
Usage
(
USAGE
);
#ifdef WIN32
/* Pause the console because it's destroyed when we exit */
if
(
strcmp
(
""
,
main_GetPszVariable
(
INTF_STDOUT_VAR
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment