From 53c4ac77cff4981dbd4bd05d40dc5b13b84702a1 Mon Sep 17 00:00:00 2001 From: Eberhard Graether Date: Tue, 8 Jan 2019 14:31:34 +0100 Subject: [PATCH] bin: reverted accidental change in tictactoe sample --- bin/app/user/projects/tictactoe/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/app/user/projects/tictactoe/src/main.cpp b/bin/app/user/projects/tictactoe/src/main.cpp index 19896185..8d15ea5f 100644 --- a/bin/app/user/projects/tictactoe/src/main.cpp +++ b/bin/app/user/projects/tictactoe/src/main.cpp @@ -1,6 +1,6 @@ #include "tictactoe.h" -int maintictactoetictactoetictactoetictactoetictactoetictactoetictactoetictactoetictactoetictactoetictactoetictactoetictactoetictactoetictactoetictactoetictactoetictactoetictactoetictactoe() { +int main() { TicTacToe tictactoe; while ( tictactoe.Start() ) {