Skip to content

Instantly share code, notes, and snippets.

@rygorous
Created October 26, 2017 06:52
Show Gist options
  • Save rygorous/e09bd30ed25364125ff6b5b15d98bb29 to your computer and use it in GitHub Desktop.
Save rygorous/e09bd30ed25364125ff6b5b15d98bb29 to your computer and use it in GitHub Desktop.
The Punchline.
commit 15c0d164567f1aaae4c94ce5b1225eb6e4e9e232
Author: Fabian Giesen
Date: Wed Nov 5 18:50:24 2014 -0800
cdep: Added missing punchline, as per Casey's request.
[p4:50832]
diff --git a/utils/cdep/cdep_context.cpp b/utils/cdep/cdep_context.cpp
index 443352e..adeb5b8 100644
--- a/utils/cdep/cdep_context.cpp
+++ b/utils/cdep/cdep_context.cpp
@@ -714,6 +714,7 @@ Error(char *FormatString, ...)
va_end (ap);
+ fprintf(stderr, "\n...\"The Aristocrats!\"\n");
fflush(stderr);
exit(1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment