summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/OpSys.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/minecraft/OpSys.h')
-rw-r--r--api/logic/minecraft/OpSys.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/api/logic/minecraft/OpSys.h b/api/logic/minecraft/OpSys.h
index e44b1e07..58852acb 100644
--- a/api/logic/minecraft/OpSys.h
+++ b/api/logic/minecraft/OpSys.h
@@ -1,4 +1,4 @@
-/* Copyright 2013-2018 MultiMC Contributors
+/* Copyright 2013-2019 MultiMC Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -17,10 +17,10 @@
#include <QString>
enum OpSys
{
- Os_Windows,
- Os_Linux,
- Os_OSX,
- Os_Other
+ Os_Windows,
+ Os_Linux,
+ Os_OSX,
+ Os_Other
};
OpSys OpSys_fromString(QString);