summaryrefslogtreecommitdiff
path: root/src/fe-common/core/hilight-text.h
diff options
context:
space:
mode:
authorAilin Nemui <ailin@esf51.localdomain>2014-07-07 00:55:15 +0200
committerAilin Nemui <ailin@esf51.localdomain>2014-07-07 22:45:29 +0200
commitd3093418d42bf514eb808abc734f03669d4e18e7 (patch)
treed04828fb4f3139b9c54d84cd7d3cb65998c608b2 /src/fe-common/core/hilight-text.h
parent669add63e866b11c47f94f750dcdbc8631a81218 (diff)
downloadirssi-d3093418d42bf514eb808abc734f03669d4e18e7.zip
cleanup hilight -network patch
Diffstat (limited to 'src/fe-common/core/hilight-text.h')
-rw-r--r--src/fe-common/core/hilight-text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-common/core/hilight-text.h b/src/fe-common/core/hilight-text.h
index 058efbc6..d54ec4b5 100644
--- a/src/fe-common/core/hilight-text.h
+++ b/src/fe-common/core/hilight-text.h
@@ -29,7 +29,7 @@ struct _HILIGHT_REC {
unsigned int regexp_compiled:1; /* should always be TRUE, unless regexp is invalid */
regex_t preg;
#endif
- char *tag;
+ char *servertag;
};
extern GSList *hilights;