summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/src/config_defaults.h
diff options
context:
space:
mode:
Diffstat (limited to 'other/bootstrap_daemon/src/config_defaults.h')
-rw-r--r--other/bootstrap_daemon/src/config_defaults.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/other/bootstrap_daemon/src/config_defaults.h b/other/bootstrap_daemon/src/config_defaults.h
index 603968c2..2b9bbf8e 100644
--- a/other/bootstrap_daemon/src/config_defaults.h
+++ b/other/bootstrap_daemon/src/config_defaults.h
@@ -22,8 +22,8 @@
22 * You should have received a copy of the GNU General Public License 22 * You should have received a copy of the GNU General Public License
23 * along with Tox. If not, see <http://www.gnu.org/licenses/>. 23 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
24 */ 24 */
25#ifndef CONFIG_DEFAULTS_H 25#ifndef C_TOXCORE_OTHER_BOOTSTRAP_DAEMON_SRC_CONFIG_DEFAULTS_H
26#define CONFIG_DEFAULTS_H 26#define C_TOXCORE_OTHER_BOOTSTRAP_DAEMON_SRC_CONFIG_DEFAULTS_H
27 27
28#include "global.h" 28#include "global.h"
29 29
@@ -39,4 +39,4 @@
39#define DEFAULT_ENABLE_MOTD 1 // 1 - true, 0 - false 39#define DEFAULT_ENABLE_MOTD 1 // 1 - true, 0 - false
40#define DEFAULT_MOTD DAEMON_NAME 40#define DEFAULT_MOTD DAEMON_NAME
41 41
42#endif // CONFIG_DEFAULTS_H 42#endif // C_TOXCORE_OTHER_BOOTSTRAP_DAEMON_SRC_CONFIG_DEFAULTS_H