diff options
author | Sebastian Geerken <devnull@localhost> | 2014-12-21 23:24:13 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-12-21 23:24:13 +0100 |
commit | 424a01ce5c2dd3cadd3d7ca60c7b43283c183b02 (patch) | |
tree | fcf4e10c1ce3a56e3ae7aeb4e1798e21aafbea41 /src/capi.c | |
parent | b21e3a4d98c1537ca430e81968dd4bb17561a981 (diff) | |
parent | a614ea631d34d5c6273bfdaeea6a79ce2eb366a1 (diff) |
Merge with main repo.
Diffstat (limited to 'src/capi.c')
-rw-r--r-- | src/capi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -345,7 +345,7 @@ static char *Capi_dpi_build_cmd(DilloWeb *web, char *server) /* * Send the requested URL's source to the "view source" dpi */ -static void Capi_dpi_send_source(BrowserWindow *bw, DilloUrl *url) +static void Capi_dpi_send_source(BrowserWindow *bw, DilloUrl *url) { char *p, *buf, *cmd, size_str[32], *server="vsource"; int buf_size; |