Skip to content

Commit

Permalink
Add missing terminating quotation character in include line
Browse files Browse the repository at this point in the history
  • Loading branch information
aschwaighofer committed Feb 16, 2017
1 parent cd34d54 commit d0810fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/public/runtime/Leaks.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include "../SwiftShims/Visibility.h"

#include "llvm/Support/Compiler.h"
#include "swift/Runtime/Config.h
#include "swift/Runtime/Config.h"

namespace swift {
struct HeapObject;
Expand Down

0 comments on commit d0810fc

Please sign in to comment.