summaryrefslogtreecommitdiff
path: root/parsing.c
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-11-17 20:21:09 +0100
committerJon Bergli Heier <snakebite@jvnv.net>2010-11-17 20:21:09 +0100
commit0e19f080df49504d78fd6c9a2ce91b8819255818 (patch)
tree523d50d8f87169d66412773ce51090cd19d6d3fc /parsing.c
parente5a623ef44dd07c29ec3e985ac9307fe52898b67 (diff)
Fixed prototypes in pg.h.
Diffstat (limited to 'parsing.c')
-rw-r--r--parsing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing.c b/parsing.c
index 4dc03cd..7fb426d 100644
--- a/parsing.c
+++ b/parsing.c
@@ -357,7 +357,7 @@ void process() {
struct channel_t *channel = channel_get(chan_i);
int channel_id = pg_channel_get(channel);
pg_users_get(channel_id);
- pg_word_get(channel_id);
+ pg_words_get(channel_id);
printf("Channel %s\n", channel->name);
struct channel_file_t *file = channel->files;
while(file) {