aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libgcrypt.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/libgcrypt.rb')
-rw-r--r--Library/Formula/libgcrypt.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libgcrypt.rb b/Library/Formula/libgcrypt.rb
index 18c7a88e4..954efcc8b 100644
--- a/Library/Formula/libgcrypt.rb
+++ b/Library/Formula/libgcrypt.rb
@@ -17,7 +17,7 @@ class Libgcrypt < Formula
def cflags
cflags = "#{ENV['CFLAGS']}"
cflags += '-std=gnu89 -fheinous-gnu-extensions' if ENV.compiler == :clang
- cflags
+ cflags
end
def install