Commit d5b3b6d6 authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

Add corresponding .h file.

parent 616ee966
Showing with 1 addition and 1 deletion
+1 -1
......@@ -24,7 +24,7 @@ typedef enum {
#define IncSet_filter(inc_) (inc_->filtering ? inc_->modes[INC_FILTER].buffer : NULL)
typedef struct IncMode_ {
char buffer[INCMODE_MAX];
char buffer[INCMODE_MAX+1];
int index;
FunctionBar* bar;
bool isFilter;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment