summaryrefslogtreecommitdiff
path: root/pr/include/prwin16.h
diff options
context:
space:
mode:
Diffstat (limited to 'pr/include/prwin16.h')
-rw-r--r--pr/include/prwin16.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/include/prwin16.h b/pr/include/prwin16.h
index 68e8dc8b..7a561d35 100644
--- a/pr/include/prwin16.h
+++ b/pr/include/prwin16.h
@@ -108,7 +108,7 @@ struct PRMethodCallbackStr {
void (PR_CALLBACK *free)( void *ptr );
void * (PR_CALLBACK *getenv)( const char *name);
int (PR_CALLBACK *putenv)( const char *assoc);
-// void * (PR_CALLBACK *perror)( const char *prefix );
+/* void * (PR_CALLBACK *perror)( const char *prefix ); */
};
NSPR_API(void) PR_MDRegisterCallbacks(struct PRMethodCallbackStr *);