Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix typo on header guard
  • Loading branch information
choikwa committed Apr 15, 2016
commit 1ad3a50b447f94913dc4fb2dbfb8b783bb6a00f0
2 changes: 1 addition & 1 deletion des.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*********************************************************************/

#ifndef DES_H
#define DESH
#define DES_H

/*************************** HEADER FILES ***************************/
#include <stddef.h>
Expand Down