From 39cbce69ab83b9ea1a5c034bd4af5d394e2139a7 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Thu, 26 Mar 2015 18:42:10 -0700 Subject: [PATCH] Fixed proto syntax --- test/test_service.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_service.proto b/test/test_service.proto index 9ba3a686..5d3d8918 100644 --- a/test/test_service.proto +++ b/test/test_service.proto @@ -27,7 +27,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -syntax = "proto3"; +syntax = "proto2"; message Request { optional bool error = 1;