1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00:00

missing ';'

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1036 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-01-01 10:43:04 +00:00 committed by cras
parent d304bc65ca
commit 1e9b5a55b1

View File

@ -9,7 +9,7 @@ replaces = { "[]<>=" = "%K$0-%n"; };
abstracts = { abstracts = {
# generic # generic
line_start = "%B-%W!%B-%n "; line_start = "%B-%W!%B-%n ";
timestamp = "$0-" timestamp = "$0-";
hilight = "%_$0-%_"; hilight = "%_$0-%_";
error = "%R$0-%n"; error = "%R$0-%n";