Skip to content

Commit

Permalink
Fix SD_NR_EVENTS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent 4f10533 commit f3a62db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stored/sd_plugins.h
Expand Up @@ -119,7 +119,7 @@ typedef enum {
bsdEventDeviceReleased = 21
} bsdEventType;

#define SD_NR_EVENTS bsdEventWriteRecordTranslation /* keep this updated ! */
#define SD_NR_EVENTS bsdEventDeviceReleased /* keep this updated ! */

typedef struct s_bsdEvent {
uint32_t eventType;
Expand Down

0 comments on commit f3a62db

Please sign in to comment.