Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
f22cf02e
Commit
f22cf02e
authored
Nov 23, 2021
by
Rosen Penev
Committed by
Max Kellermann
Nov 26, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix wrong namespace name
Signed-off-by:
Rosen Penev
<
rosenp@gmail.com
>
parent
5b51d0f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Error.cxx
src/lib/alsa/Error.cxx
+1
-1
Error.cxx
src/lib/pipewire/Error.cxx
+1
-1
No files found.
src/lib/alsa/Error.cxx
View file @
f22cf02e
...
...
@@ -41,4 +41,4 @@ ErrorCategory::message(int condition) const
return
snd_strerror
(
condition
);
}
}
// namespace A
vahi
}
// namespace A
lsa
src/lib/pipewire/Error.cxx
View file @
f22cf02e
...
...
@@ -31,4 +31,4 @@ ErrorCategory::message(int condition) const
return
spa_strerror
(
condition
);
}
}
// namespace
Avahi
}
// namespace
PipeWire
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