summarylogtreecommitdiffstats
path: root/proposal.patch
diff options
context:
space:
mode:
authorchristian2015-07-02 12:22:06 +0200
committerchristian2015-07-02 12:22:06 +0200
commit5a59aec9db4779566491daca80a819b25b6b619e (patch)
treef70eb71a0eb7f579d0ecaebad1da4a98462d843b /proposal.patch
parent6a8cc534b8be28d358e5620d54ca49d602cdad31 (diff)
downloadaur-5a59aec9db4779566491daca80a819b25b6b619e.tar.gz
fixed broken patch
Diffstat (limited to 'proposal.patch')
-rw-r--r--proposal.patch17
1 files changed, 8 insertions, 9 deletions
diff --git a/proposal.patch b/proposal.patch
index a5ba49ed9d64..cbe5974728fa 100644
--- a/proposal.patch
+++ b/proposal.patch
@@ -54,24 +54,23 @@
alarm(waitSeconds);
return;
-
---- a/brightd.c 2015-06-30 23:20:50.636205206 +0000
-+++ b/brightd.c 2015-06-30 23:34:15.452916469 +0000
+--- a/brightd.c 2015-06-30 23:20:50.636205206 +0000
++++ b/brightd.c 2015-06-30 23:34:15.452916469 +0000
@@ -121,7 +121,7 @@
/*
* Write an debug message to the console
*/
-inline void info(char *str) { /*{{{*/
+void info(char *str) { /*{{{*/
- if(verbose == 1 && daemonize == 0) {
- printf("%s\n", str);
- }
+ if(verbose == 1 && daemonize == 0) {
+ printf("%s\n", str);
+ }
@@ -307,7 +307,7 @@
/*
* Event source filter
*/
-inline char isEventFileValid(char *file) { /* {{{ */
+char isEventFileValid(char *file) { /* {{{ */
- if(*((char*)&eventSourceFilter) == 0) {
- return 1;
- }
+ if(*((char*)&eventSourceFilter) == 0) {
+ return 1;
+ }