diff options
author | Rodeo <[email protected]> | 2013-11-08 15:33:00 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-11-08 15:33:00 +0000 |
commit | c7be682975ec4a26c7bb5cf143bf3b29a1a004d8 (patch) | |
tree | 0473318242cd9cdbbb4265dc8ba5c2639c97e5b0 | |
parent | b811fa73b3ccd3da52b2e5b4d9a38286dd226916 (diff) |
ports: cosmetics.
Also, previous patch is by icchan. Thanks!
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5882 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | libhb/ports.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/ports.c b/libhb/ports.c index 4a46cd5c8..e5c9fe7e2 100644 --- a/libhb/ports.c +++ b/libhb/ports.c @@ -467,7 +467,7 @@ void hb_get_temporary_directory( char path[512] ) if( base[strlen(base)-1] == '/' ) base[strlen(base)-1] = '\0'; - snprintf( path, 512, "%s/hb.%d", base, (int)getpid() ); + snprintf(path, 512, "%s/hb.%d", base, (int)getpid()); } /************************************************************************ |