Skip to content

Instantly share code, notes, and snippets.

@igable
Created August 14, 2012 03:42
Show Gist options
  • Save igable/3346098 to your computer and use it in GitHub Desktop.
Save igable/3346098 to your computer and use it in GitHub Desktop.
Patch for NDT 3.6.5.2
diff --git a/src/utils.c b/src/utils.c
index ff0c54f..d035805 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -120,7 +120,6 @@ double secs() {
void err_sys(char* s) {
perror(s);
- return -1;
}
/**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment