mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-02 08:09:35 +02:00
rename config.h to config.hpp
This commit is contained in:
parent
55d74cb3d5
commit
4d7f411bdc
5 changed files with 5 additions and 5 deletions
|
@ -37,7 +37,7 @@
|
|||
#include "publishZeroConf/publish_mdns.hpp"
|
||||
#endif
|
||||
#include "common/aixlog.hpp"
|
||||
#include "config.h"
|
||||
#include "config.hpp"
|
||||
|
||||
|
||||
using namespace std;
|
||||
|
@ -283,7 +283,7 @@ int main(int argc, char* argv[])
|
|||
SLOG(ERROR) << "Exception: " << e.what() << std::endl;
|
||||
exitcode = EXIT_FAILURE;
|
||||
}
|
||||
|
||||
Config::instance().save();
|
||||
SLOG(NOTICE) << "daemon terminated." << endl;
|
||||
exit(exitcode);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue