Skip to content

Commit

Permalink
Fix typo extern extern
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Apr 7, 2016
1 parent b0f6026 commit f90b512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/runtime/errorext.cpp
Expand Up @@ -175,7 +175,7 @@ extern "C"
{

#if defined(OPENMODELICA_BOOTSTRAPPING_STAGE_1)
extern extern void ErrorImpl__updateCurrentComponent(threadData_t *threadData,const char* newVar, int wr, const char* fn, int rs, int re, int cs, int ce)
extern void ErrorImpl__updateCurrentComponent(threadData_t *threadData,const char* newVar, int wr, const char* fn, int rs, int re, int cs, int ce)
{
}
#endif
Expand Down

0 comments on commit f90b512

Please sign in to comment.