Skip to content

Commit

Permalink
epicsAtomicDefault.h typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Jan 18, 2021
1 parent 4e81eaa commit c196052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/libcom/src/osi/epicsAtomicDefault.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef epicsAtomicDefault_h
#define epicsAtomicDefault_h

#ifdef __cpluplus
#ifdef __cplusplus
extern "C" {
#endif

Expand Down Expand Up @@ -239,7 +239,7 @@ EPICS_ATOMIC_INLINE EpicsAtomicPtrT epicsAtomicCmpAndSwapPtrT (
}
#endif

#ifdef __cpluplus
#ifdef __cplusplus
} /* end of extern "C" */
#endif

Expand Down

0 comments on commit c196052

Please sign in to comment.