We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5130815 commit bf55d2eCopy full SHA for bf55d2e
inc/ti/version.h
@@ -25,7 +25,7 @@
25
* "-rc0"
26
* ""
27
*/
28
-#define TI_VERSION_PRE_RELEASE "-alpha2"
+#define TI_VERSION_PRE_RELEASE ""
29
30
#define TI_MAINTAINER \
31
"Jeroen van der Heijden <jeroen@cesbit.com>"
src/ti/store/storetasks.c
@@ -152,7 +152,7 @@ int ti_store_tasks_restore(
152
if (verr)
153
ti_decref(verr);
154
155
- /* push the task to the list, use ti_tasks_appen() to re-schedule
+ /* push the task to the list, use ti_tasks_append() to re-schedule
156
* at startup, bug #248 */
157
(void) ti_tasks_append(vtasks, vtask);
158
}
0 commit comments