Переглянути джерело

Fixed an imbalanced paranethese.

Dustin Barnard 19 роки тому
батько
коміт
08d305dea2
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      pandatool/src/mayaprogs/mayaSavePview.cxx

+ 1 - 1
pandatool/src/mayaprogs/mayaSavePview.cxx

@@ -92,7 +92,7 @@ doIt(const MArgList &args) {
   // On non-Windows (e.g. Unix), we just use the system function,
   // On non-Windows (e.g. Unix), we just use the system function,
   // which runs synchronously.  We could fork a process, but no one's
   // which runs synchronously.  We could fork a process, but no one's
   // asked for this yet.
   // asked for this yet.
-  MString command = MString("pview " + pview_args + MString(" \"") + filename + MString("\"");
+  MString command = MString("pview " + pview_args + MString(" \"") + filename + MString("\""));
 
 
   int command_result = system(command.asChar());
   int command_result = system(command.asChar());
   if (command_result != 0) {
   if (command_result != 0) {