diff options
| author | Jason A. Donenfeld <Jason@zx2c4.com> | 2013-03-20 20:21:25 +0100 | 
|---|---|---|
| committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2013-03-20 20:21:25 +0100 | 
| commit | 0255821e22678d4c58c809efe17bf2798835d5b9 (patch) | |
| tree | d4679ff23796406648cf83ff0b98940ba844c5e1 /ui-atom.c | |
| parent | ui-shared: fix return type of cgit_self_link (diff) | |
| parent | cgit_print_snapshot_links(): Free prefix variable (diff) | |
| download | cgit-0255821e22678d4c58c809efe17bf2798835d5b9.tar.gz cgit-0255821e22678d4c58c809efe17bf2798835d5b9.tar.bz2 cgit-0255821e22678d4c58c809efe17bf2798835d5b9.zip | |
Merge branch 'wip'
Diffstat (limited to 'ui-atom.c')
| -rw-r--r-- | ui-atom.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -10,7 +10,7 @@  #include "html.h"  #include "ui-shared.h" -void add_entry(struct commit *commit, char *host) +static void add_entry(struct commit *commit, char *host)  {  	char delim = '&';  	char *hex; | 
