summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 7e198c97bd..a6b864ba44 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -885,7 +885,7 @@ int (*round_value_to_list32)(unsigned long value,
885 void (*semaphore_release)(struct semaphore *s); 885 void (*semaphore_release)(struct semaphore *s);
886#endif 886#endif
887 887
888 const char *appsversion; 888 const char *rbversion;
889 /* new stuff at the end, sort into place next time 889 /* new stuff at the end, sort into place next time
890 the API gets incompatible */ 890 the API gets incompatible */
891}; 891};