Skip to content

Commit 0bdede9

Browse files
committed
common: use a single word for the platform name, it makes easier to parse strings
1 parent cb13383 commit 0bdede9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/Platform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3939
#elif defined(__linux__)
4040
#define PLATFORM_STRING "Linux"
4141
#elif defined(__native_client__)
42-
#define PLATFORM_STRING "Native Client"
42+
#define PLATFORM_STRING "NaCl"
4343
#else
4444
#error "Platform not supported"
4545
#endif

0 commit comments

Comments
 (0)