diff options
Diffstat (limited to 'common/commands/revisionupdate.fbs')
-rw-r--r-- | common/commands/revisionupdate.fbs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/commands/revisionupdate.fbs b/common/commands/revisionupdate.fbs index d95f1b5..bf3943f 100644 --- a/common/commands/revisionupdate.fbs +++ b/common/commands/revisionupdate.fbs | |||
@@ -1,7 +1,7 @@ | |||
1 | namespace Toynadi; | 1 | namespace Akonadi; |
2 | 2 | ||
3 | table RevisionUpdate { | 3 | table RevisionUpdate { |
4 | revision: ulong; | 4 | revision: ulong; |
5 | } | 5 | } |
6 | 6 | ||
7 | root_type RevisionUpdate; \ No newline at end of file | 7 | root_type RevisionUpdate; |