Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
444
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
04029770
Commit
04029770
authored
3 years ago
by
Rémi Denis-Courmont
Browse files
Options
Downloads
Patches
Plain Diff
config: fix typo
parent
d66a2260
No related branches found
Branches containing commit
No related tags found
Loading
Pipeline
#170608
passed with stage
in 21 minutes and 55 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/config/core.c
+1
-1
1 addition, 1 deletion
src/config/core.c
with
1 addition
and
1 deletion
src/config/core.c
+
1
−
1
View file @
04029770
...
...
@@ -518,6 +518,6 @@ void config_ResetAll(void)
vlc_param_SetString
(
param
,
p_config
->
orig
.
psz
);
}
}
vlc_mutex_lock
(
&
config_lock
);
vlc_mutex_
un
lock
(
&
config_lock
);
atomic_store_explicit
(
&
config_dirty
,
true
,
memory_order_release
);
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment