Skip to content

Commit

Permalink
Cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
Tvisha Andharia committed Dec 3, 2024
1 parent da3ad9c commit 79d1bbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/es/fsw/src/cfe_es_apps.c
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,6 @@ int32 CFE_ES_AppCreate(CFE_ES_AppId_t *ApplicationIdPtr, const char *AppName, co
{
CFE_ES_WriteToSysLog("%s: Module (ID:0x%08lX) Unload failed. RC=%ld\n", __func__,
OS_ObjectIdToInteger(AppRecPtr->LoadStatus.ModuleId), (long)CleanupStatus);
Status = CFE_ES_APP_CLEANUP_ERR;
}
}

Expand Down

0 comments on commit 79d1bbf

Please sign in to comment.