Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(690)

Unified Diff: coreconf/nsinstall/pathsub.h

Issue 201830043: Bug 1118245 - Apply uniform style across NSS
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « coreconf/nsinstall/nsinstall.c ('k') | coreconf/nsinstall/pathsub.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: coreconf/nsinstall/pathsub.h
===================================================================
--- a/coreconf/nsinstall/pathsub.h
+++ b/coreconf/nsinstall/pathsub.h
@@ -38,11 +38,11 @@ extern void xchdir(char *dir);
/* Relate absolute pathnames from and to returning the result in outpath. */
extern int relatepaths(char *from, char *to, char *outpath);
/* NOTE: changes current working directory -- caveat emptor */
extern void reversepath(char *inpath, char *name, int len, char *outpath);
/* stats every directory in path, reports results. */
-extern void diagnosePath(const char * path);
+extern void diagnosePath(const char *path);
#endif /* pathsub_h___ */
« no previous file with comments | « coreconf/nsinstall/nsinstall.c ('k') | coreconf/nsinstall/pathsub.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b