summaryrefslogtreecommitdiff
path: root/include/services.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/services.h')
-rw-r--r--include/services.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/services.h b/include/services.h
index ff69cce0a..ed0f3bbab 100644
--- a/include/services.h
+++ b/include/services.h
@@ -339,7 +339,7 @@ struct memo_ {
};
typedef struct {
- uint16 memocount, memomax;
+ int16 memocount, memomax;
Memo *memos;
} MemoInfo;