diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-01-12 15:25:38 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-01-12 15:25:38 +0100 |
commit | c17a4d5c768d8e23e2c4b329eec264f1038967dc (patch) | |
tree | 8aef876fbb97e7d67b59e552a47df2fff3bb7bef /src/core | |
parent | add64d6f477c8c1768f98c8a8c03d7b207a87a6b (diff) | |
download | weechat-c17a4d5c768d8e23e2c4b329eec264f1038967dc.zip |
Migration of Python plugin to new API, bugs fixed in Perl/Python plugins
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 993b4ea07..836757b72 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -60,7 +60,7 @@ command_buffer (void *data, struct t_gui_buffer *buffer, { struct t_gui_buffer *ptr_buffer; long number; - char *error ,*value; + char *error, *value; int target_buffer; /* make C compiler happy */ |