Skip to content

Commit

Permalink
Fix guards for renamed header files.
Browse files Browse the repository at this point in the history
  • Loading branch information
silentbicycle committed Feb 15, 2012
1 parent 5c71148 commit 50e9733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fname.h
@@ -1,5 +1,5 @@
#ifndef FHASH_H
#define FHASH_H
#ifndef FNAME_H
#define FNAME_H

/* Box the filename pointer in a struct, for added typechecking. */
typedef struct fname {
Expand Down

0 comments on commit 50e9733

Please sign in to comment.