summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/handle.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libalpm/handle.c')
-rw-r--r--lib/libalpm/handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/handle.c b/lib/libalpm/handle.c
index c064379c..75aaf9db 100644
--- a/lib/libalpm/handle.c
+++ b/lib/libalpm/handle.c
@@ -57,7 +57,7 @@ void _alpm_handle_free(alpm_handle_t *handle)
/* close logfile */
if(handle->logstream) {
fclose(handle->logstream);
- handle->logstream= NULL;
+ handle->logstream = NULL;
}
if(handle->usesyslog) {
handle->usesyslog = 0;