summaryrefslogtreecommitdiff
path: root/pg.pgc
diff options
context:
space:
mode:
Diffstat (limited to 'pg.pgc')
-rw-r--r--pg.pgc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pg.pgc b/pg.pgc
index 787135a..a2a0957 100644
--- a/pg.pgc
+++ b/pg.pgc
@@ -301,7 +301,7 @@ void pg_word_set(int channel, struct word_t *word) {
EXEC SQL COMMIT;
}
-void pg_word_get(int channel) {
+void pg_words_get(int channel) {
EXEC SQL BEGIN DECLARE SECTION;
int channel_id = channel, id = 0, count;
VARCHAR name[0x400];