Commit 5409f329 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

smb.h: fixed picky compiler warning

smb.h:30:16: error: comma at end of enumerator list [-Werror=pedantic]
parent 733686e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ enum smb_conn_state {
  SMB_CONNECTING,
  SMB_NEGOTIATE,
  SMB_SETUP,
  SMB_CONNECTED,
  SMB_CONNECTED
};

struct smb_conn {