From adcf070c0cf19dc7e5fa4cc16a6b6fb46bcd45c2 Mon Sep 17 00:00:00 2001 From: verhaegs Date: Sat, 12 Nov 2011 13:49:00 +0000 Subject: [PATCH] rom/exec/TaskStorage: Do not make autodocs private git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@42419 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- rom/exec/alloctaskstorageslot.c | 2 +- rom/exec/freetaskstorageslot.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rom/exec/alloctaskstorageslot.c b/rom/exec/alloctaskstorageslot.c index 3c1af98aff..25d394046e 100644 --- a/rom/exec/alloctaskstorageslot.c +++ b/rom/exec/alloctaskstorageslot.c @@ -8,7 +8,7 @@ #include "exec_intern.h" #include "taskstorage.h" -/*****i*********************************************************************** +/***************************************************************************** NAME */ #include diff --git a/rom/exec/freetaskstorageslot.c b/rom/exec/freetaskstorageslot.c index 01fd2a0c2f..66ba54d4e5 100644 --- a/rom/exec/freetaskstorageslot.c +++ b/rom/exec/freetaskstorageslot.c @@ -6,7 +6,7 @@ #include "exec_intern.h" #include "taskstorage.h" -/*****i*********************************************************************** +/***************************************************************************** NAME */ #include -- 2.11.4.GIT