diff --git a/poincare/include/poincare/global_context.h b/poincare/include/poincare/global_context.h index a2394b651..c2f6a82d9 100644 --- a/poincare/include/poincare/global_context.h +++ b/poincare/include/poincare/global_context.h @@ -20,9 +20,9 @@ public: void setExpressionForSymbolName(const Expression & expression, const char * symbolName, Context & context) override; //TODO static constexpr uint16_t k_maxNumberOfSequences = 10; private: - static constexpr char expExtension[] = ".exp"; - static constexpr char funcExtension[] = ".func"; - //static constexpr char seqExtension[] = ".seq"; + static constexpr char expExtension[] = "exp"; + static constexpr char funcExtension[] = "func"; + //static constexpr char seqExtension[] = "seq"; static const char * ExtensionForExpression(const Expression & exp); static Ion::Storage::Record RecordWithName(const char * name); static const Expression ExpressionForRecord(const Ion::Storage::Record & record);